all 471 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Default variables
  3. #
  4. ansible_prolog: True
  5. ansible_master_user: $PIPE(whoami)
  6. ansible_master_hostname: $PIPE(hostname --fqdn)
  7. ansible_master_ip: $PIPE(hostname --ip)
  8. admin_fullname: Emmanuel Bouthenot
  9. admin_user: manu
  10. admin_email: kolter@openics.org
  11. hosts_deny_nfs: False
  12. host_deny_paranoid: True
  13. with_logcheck: True
  14. with_rkhunter: True
  15. with_chkrootkit: True
  16. with_smartd: False
  17. with_smtp: False
  18. with_ssh: True
  19. ssh_port: 2222
  20. ssh_ecdsa_key: True
  21. # vim: ft=yaml