2023-03-30 14:28:10 +02:00
|
|
|
# ===================================================================================================
|
2023-02-27 16:58:13 +01:00
|
|
|
# ? 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.
|
2023-03-30 14:28:10 +02:00
|
|
|
# ===================================================================================================
|
2023-02-27 16:58:13 +01:00
|
|
|
|
|
|
|
|
---
|
2024-04-12 15:12:30 +02:00
|
|
|
setup_sudo_group: wheel
|
|
|
|
|
setup_openssh_service: sshd
|
|
|
|
|
setup_openssh_package: openssh
|
|
|
|
|
setup_sftp_path: /usr/lib/ssh/sftp-server
|