ansible/roles/common/defaults/main.yml

12 lines
278 B
YAML
Raw Normal View History

---
logrotate_excludes:
- "/etc/logrotate.d/alternatives"
- "/etc/logrotate.d/apt"
- "/etc/logrotate.d/dpkg"
- "/etc/logrotate.d/dbconfig-common"
- "/etc/logrotate.d/btmp"
- "/etc/logrotate.d/wtmp"
2022-08-01 21:30:33 +02:00
sshd_password_authentication: "no"
sshd_permit_root_login: "prohibit-password"