add basic.yml apt.yml and sshd.yaml

This commit is contained in:
2020-02-29 04:11:53 +01:00
parent 9e0d4fe374
commit bbcd57cd5b
9 changed files with 959 additions and 0 deletions

View File

@ -1,3 +1,21 @@
---
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_permit_root_login: !!str "yes"
sshd_use_pam: !!str "no"
sshd_print_motd: !!str "yes"