main.yml 1003 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. locale: 'en_US.UTF-8'
  10. timezone_area: 'Europe'
  11. timezone_city: 'Paris'
  12. debian_mirror: 'ftp://ftp.fr.debian.org/debian'
  13. hosts_deny_nfs: False
  14. host_deny_paranoid: False
  15. with_auto_upgrade: False
  16. with_logcheck: False
  17. with_rkhunter: False
  18. with_chkrootkit: False
  19. with_hideproc: False
  20. hideproc_gid: ''
  21. with_firewall: False
  22. firewall_public:
  23. - 'ssh'
  24. - 'http'
  25. - 'https'
  26. - 'smtp'
  27. with_smartd: False
  28. with_postfix: False
  29. with_mail_aliases: False
  30. with_ssh: True
  31. ssh_ports:
  32. - 22
  33. ssh_ecdsa_key: True
  34. ssh_usedns: True
  35. ssh_allowed_users: Null
  36. ssh_allowed_groups:
  37. - 'root'
  38. - 'operator'
  39. - 'ssh'
  40. with_dnscache: False
  41. with_ovh: False
  42. sysfs_disk_settings: False
  43. with_dotfiles: False
  44. dotfiles_repo: 'http://forge.openics.org/server-dotfiles-zsh.git'
  45. dotfiles_dest: '/srv/hosting-tools/shell'
  46. dotfiles_lcsshvars: 0
  47. # vim: ft=yaml