redisign ..

This commit is contained in:
2021-06-02 23:43:02 +02:00
parent ec20eeb8aa
commit 9a6acd6230
79 changed files with 24372 additions and 234 deletions

View File

@ -1,3 +1,23 @@
---
ansible_python_interpreter: /usr/bin/python3
# ==========
# vars used by roles/common/tasks/basic.yml
# ==========
set_default_limit_nofile: true
# ==========
# vars used by roles/common/tasks/sshd.yml
# ==========
sshd_max_auth_tries: 6
sshd_permit_root_login: !!str "yes"
sshd_password_authentication: !!str "yes"
sshd_use_pam: !!str "no"
sshd_print_motd: !!str "yes"