main.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #
  2. # Default variables
  3. #
  4. ansible_master: 'root@localhost'
  5. admins: []
  6. admins_emails:
  7. - 'root@localhost'
  8. locale: 'en_US.UTF-8'
  9. timezone_area: 'Europe'
  10. timezone_city: 'Paris'
  11. with_hosts: False
  12. with_hostsdeny: False
  13. hosts_fqdn: True
  14. hosts_static_lookup: []
  15. ipv6_disabled: False
  16. debian_mirror: 'http://httpredir.debian.org/debian'
  17. apt_keys: []
  18. apt_repositories: []
  19. apt_additional_packages: []
  20. hosts_deny_nfs: False
  21. host_deny_paranoid: False
  22. with_auto_upgrade: False
  23. auto_upgrade_additional_patterns: []
  24. with_logcheck: False
  25. with_rkhunter: False
  26. with_chkrootkit: False
  27. with_hideproc: False
  28. hideproc_gid: ''
  29. with_ntp: True
  30. with_firewall: False
  31. firewall_debug: False
  32. firewall_interface: Null
  33. firewall_public:
  34. - 'ssh'
  35. - 'http'
  36. - 'https'
  37. - 'smtp'
  38. with_smartd: False
  39. with_postfix: False
  40. with_postfix_slowsmtp: False
  41. with_mail_aliases: False
  42. with_postfix_external_smtp: False
  43. postfix_external_smtp_host_localdomain: Null
  44. postfix_external_smtp_credentials: Null
  45. postfix_external_smtp_relays: Null
  46. postfix_external_sender_rewrites: Null
  47. with_ssh: True
  48. ssh_strengthened: True
  49. ssh_ports:
  50. - 22
  51. ssh_usedns: True
  52. ssh_allowed_users: []
  53. ssh_allowed_groups:
  54. - 'root'
  55. - 'operator'
  56. - 'ssh'
  57. with_dnscache: False
  58. sysfs_disk_settings: False
  59. with_dotfiles: False
  60. dotfiles_repo: 'https://git.openics.org/kolter/dotfiles-sys.git'
  61. dotfiles_dest: '/srv/hosting-tools/shell'
  62. dotfiles_lcsshvars: 0
  63. ssl_certs: []
  64. ssl_certs_auto: []
  65. dkim_domains: []
  66. with_opendkim: False
  67. # vim: ft=yaml.ansible