14 lines
594 B
YAML
14 lines
594 B
YAML
#===================================================================================================
|
|
# ? 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
|