14
roles/setup/vars/Archlinux.yml
Normal file
14
roles/setup/vars/Archlinux.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
#===================================================================================================
|
||||
# ? 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
|
||||
sftp_path: /usr/lib/ssh/sftp-server
|
||||
Reference in New Issue
Block a user