main.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. ipv6_disabled: False
  14. debian_mirror: 'http://httpredir.debian.org/debian'
  15. apt_keys: Null
  16. apt_repositories: Null
  17. apt_additional_packages: Null
  18. hosts_deny_nfs: False
  19. host_deny_paranoid: False
  20. with_auto_upgrade: False
  21. auto_upgrade_additional_patterns: Null
  22. with_logcheck: False
  23. with_rkhunter: False
  24. with_chkrootkit: False
  25. with_hideproc: False
  26. hideproc_gid: ''
  27. with_ntp: True
  28. with_firewall: False
  29. firewall_debug: False
  30. firewall_interface: Null
  31. firewall_public:
  32. - 'ssh'
  33. - 'http'
  34. - 'https'
  35. - 'smtp'
  36. with_smartd: False
  37. with_postfix: False
  38. with_postfix_slowsmtp: False
  39. with_mail_aliases: False
  40. with_postfix_external_smtp: False
  41. postfix_external_smtp_host: 'localhost'
  42. postfix_external_smtp_port: 587
  43. postfix_external_smtp_username: 'myuser'
  44. postfix_external_smtp_password: 'mypass'
  45. postfix_external_smtp_host_localdomain: Null
  46. postfix_external_sender_rewrite: False
  47. postfix_external_sender_rewrite_regexp: '.*'
  48. with_ssh: True
  49. ssh_strengthened: True
  50. ssh_ports:
  51. - 22
  52. ssh_usedns: True
  53. ssh_allowed_users: Null
  54. ssh_allowed_groups:
  55. - 'root'
  56. - 'operator'
  57. - 'ssh'
  58. with_dnscache: False
  59. with_ovh: False
  60. sysfs_disk_settings: False
  61. with_dotfiles: False
  62. dotfiles_repo: 'https://git.openics.org/kolter/dotfiles-sys.git'
  63. dotfiles_dest: '/srv/hosting-tools/shell'
  64. dotfiles_lcsshvars: 0
  65. ssl_certs: Null
  66. ssl_certs_auto: Null
  67. dkim_domains: Null
  68. with_opendkim: False
  69. # vim: ft=yaml