Some checks failed
continuous-integration/drone Build is failing
Signed-off-by: Noah Knegt <git@noahknegt.com>
15 lines
632 B
YAML
15 lines
632 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
|
|
sftp_path: /usr/lib/ssh/sftp-server
|