all 491 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_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. 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