main.yml 1.0 KB

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