all 664 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. admins:
  9. - user: manu
  10. fullname: Emmanuel Bouthenot
  11. email_forward: kolter@openics.org
  12. hosts_deny_nfs: False
  13. host_deny_paranoid: False
  14. with_auto_upgrade: True
  15. with_logcheck: True
  16. with_rkhunter: True
  17. with_chkrootkit: True
  18. with_smartd: False
  19. with_smtp: False
  20. with_smtp_aliases: False
  21. with_ssh: True
  22. ssh_port: 2222
  23. ssh_ecdsa_key: True
  24. ssh_usedns: True
  25. http_auth_admin_password: seVDetGvSs7nA # openssl passwd -crypt adm123in
  26. with_ovh: False
  27. sysfs_disk_settings: False
  28. # vim: ft=yaml