all 516 B

12345678910111213141516171819202122232425262728293031
  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_hostname: master.openics.org
  8. ansible_master_ip: $PIPE(hostname --ip)
  9. admin_fullname: Emmanuel Bouthenot
  10. admin_user: manu
  11. admin_email: kolter@openics.org
  12. hosts_deny_nfs: False
  13. host_deny_paranoid: True
  14. with_logcheck: True
  15. with_rkhunter: True
  16. with_chkrootkit: True
  17. with_smartd: False
  18. with_smtp: False
  19. with_ssh: True
  20. ssh_port: 2222
  21. ssh_ecdsa_key: True
  22. # vim: ft=yaml