base: Add arch based vars
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
13
roles/base/vars/arch.yml
Normal file
13
roles/base/vars/arch.yml
Normal file
@@ -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
|
Reference in New Issue
Block a user