main.yml 937 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #
  2. # Default variables
  3. #
  4. ansible_master: 'root@localhost'
  5. admins: Null
  6. admins_emails:
  7. - 'root@localhost'
  8. locale: 'en_US.UTF-8'
  9. timezone_area: 'Europe'
  10. timezone_city: 'Paris'
  11. debian_mirror: 'ftp://ftp.fr.debian.org/debian'
  12. hosts_deny_nfs: False
  13. host_deny_paranoid: False
  14. with_auto_upgrade: False
  15. with_logcheck: False
  16. with_rkhunter: False
  17. with_chkrootkit: False
  18. with_hideproc: False
  19. hideproc_gid: ''
  20. with_ntp: True
  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_usedns: True
  34. ssh_allowed_users: Null
  35. ssh_allowed_groups:
  36. - 'root'
  37. - 'operator'
  38. - 'ssh'
  39. with_dnscache: False
  40. with_ovh: False
  41. sysfs_disk_settings: False
  42. with_dotfiles: False
  43. dotfiles_repo: 'http://forge.openics.org/server-dotfiles-zsh.git'
  44. dotfiles_dest: '/srv/hosting-tools/shell'
  45. dotfiles_lcsshvars: 0
  46. # vim: ft=yaml