diff --git a/roles/base/vars/arch.yml b/roles/base/vars/arch.yml new file mode 100644 index 0000000..65a65a4 --- /dev/null +++ b/roles/base/vars/arch.yml @@ -0,0 +1,13 @@ +#=================================================================================================== +# ? ABOUT +# @author : Noah Knegt +# @email : personal@noahknegt.com +# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations +# @createdOn : 27-02-2023 +# @description : This file contains the variables for arch based distros. +#=================================================================================================== + +--- +sudo_group: wheel +openssh_service: sshd +openssh_package: openssh