SL/ansible/group_vars/all.yml
2022-06-13 22:09:07 +02:00

39 lines
722 B
YAML
Executable File

ansible_become_password: "{{ secret_sudo }}"
ntp_timezone: "Europe/Oslo"
users:
- username: roxedus
groupname: roxedus
home: yes
uid: "1000"
gid: "1000"
github: Roxedus
password: "{{ secret_rox_pass }}"
package_list:
- bash-completion
- ca-certificates
- curl
- git
- gnupg2
- htop
- jq
- ncdu
- net-tools
- python3
- python3-apt
- python3-pip
- software-properties-common
- tmux
- wget
security_ssh_password_authentication: "no"
security_ssh_permit_root_login: "no"
security_ssh_port: "{{ secret_ssh_port }}"
security_ssh_usedns: "no"
security_autoupdate_enabled: true
security_fail2ban_enabled: true
security_sudoers_passwordless:
- "{{ users.0.username }}"