main.yml 936 B

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