sprachenatelier/host_vars/cl104.sprachenatelier.netz.yml
2021-06-09 23:40:41 +02:00

18 lines
279 B
YAML

---
ansible_python_interpreter: /usr/bin/python
# ==========
# 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"