main.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. hosts_fqdn: True
  12. hosts_static_lookup: Null
  13. debian_mirror: 'ftp://ftp.fr.debian.org/debian'
  14. apt_keys: Null
  15. apt_repositories: Null
  16. apt_additional_packages: Null
  17. hosts_deny_nfs: False
  18. host_deny_paranoid: False
  19. with_auto_upgrade: False
  20. auto_upgrade_additional_patterns: Null
  21. with_logcheck: False
  22. with_rkhunter: False
  23. with_chkrootkit: False
  24. with_hideproc: False
  25. hideproc_gid: ''
  26. with_ntp: True
  27. with_firewall: False
  28. firewall_public:
  29. - 'ssh'
  30. - 'http'
  31. - 'https'
  32. - 'smtp'
  33. with_smartd: False
  34. with_postfix: False
  35. with_postfix_slowsmtp: False
  36. with_mail_aliases: False
  37. with_ssh: True
  38. ssh_ports:
  39. - 22
  40. ssh_usedns: True
  41. ssh_allowed_users: Null
  42. ssh_allowed_groups:
  43. - 'root'
  44. - 'operator'
  45. - 'ssh'
  46. with_dnscache: False
  47. with_ovh: False
  48. sysfs_disk_settings: False
  49. with_dotfiles: False
  50. dotfiles_repo: 'http://forge.openics.org/server-dotfiles-zsh.git'
  51. dotfiles_dest: '/srv/hosting-tools/shell'
  52. dotfiles_lcsshvars: 0
  53. ssl_certs: Null
  54. dkim_domains: Null
  55. with_opendkim: False
  56. # vim: ft=yaml