main.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: 'http://httpredir.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_debug: False
  29. firewall_public:
  30. - 'ssh'
  31. - 'http'
  32. - 'https'
  33. - 'smtp'
  34. with_smartd: False
  35. with_postfix: False
  36. with_postfix_slowsmtp: False
  37. with_mail_aliases: False
  38. with_postfix_external_smtp: False
  39. postfix_external_smtp_host: 'localhost'
  40. postfix_external_smtp_port: 587
  41. postfix_external_smtp_username: 'myuser'
  42. postfix_external_smtp_password: 'mypass'
  43. postfix_external_sender_rewrite_regexp: '.*'
  44. with_ssh: True
  45. ssh_ports:
  46. - 22
  47. ssh_usedns: True
  48. ssh_allowed_users: Null
  49. ssh_allowed_groups:
  50. - 'root'
  51. - 'operator'
  52. - 'ssh'
  53. with_dnscache: False
  54. with_ovh: False
  55. sysfs_disk_settings: False
  56. with_dotfiles: False
  57. dotfiles_repo: 'https://git.openics.org/kolter/dotfiles-sys.git'
  58. dotfiles_dest: '/srv/hosting-tools/shell'
  59. dotfiles_lcsshvars: 0
  60. ssl_certs: Null
  61. ssl_certs_auto: Null
  62. dkim_domains: Null
  63. with_opendkim: False
  64. # vim: ft=yaml