main.yml 668 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # Default variables
  3. #
  4. ansible_master_user: admin
  5. ansible_master_hostname: localhost
  6. ansible_master_ip: $PIPE(hostname --ip)
  7. admins:
  8. admin_email: root@localhost
  9. debian_mirror: ftp://ftp.fr.debian.org/debian
  10. hosts_deny_nfs: False
  11. host_deny_paranoid: False
  12. with_auto_upgrade: False
  13. with_logcheck: False
  14. with_rkhunter: False
  15. with_chkrootkit: False
  16. with_hideproc: False
  17. with_firewall: False
  18. firewall_opened_ports:
  19. - ssh
  20. - http
  21. - https
  22. - smtp
  23. with_smartd: False
  24. with_postfix: False
  25. with_mail_aliases: False
  26. with_ssh: True
  27. ssh_port: 22
  28. ssh_ecdsa_key: True
  29. ssh_usedns: True
  30. with_dnscache: False
  31. with_ovh: False
  32. sysfs_disk_settings: False
  33. # vim: ft=yaml