main.yml 599 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. hosts_deny_nfs: False
  10. host_deny_paranoid: False
  11. with_auto_upgrade: False
  12. with_logcheck: False
  13. with_rkhunter: False
  14. with_chkrootkit: False
  15. with_hideproc: False
  16. with_firewall: False
  17. firewall_opened_ports:
  18. - ssh
  19. - http
  20. - https
  21. - smtp
  22. with_smartd: False
  23. with_postfix: False
  24. with_mail_aliases: False
  25. with_ssh: True
  26. ssh_port: 22
  27. ssh_ecdsa_key: True
  28. ssh_usedns: True
  29. with_ovh: False
  30. sysfs_disk_settings: False
  31. # vim: ft=yaml