main.yml 923 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #
  2. # Default variables
  3. #
  4. ansible_master_user: 'admin'
  5. ansible_master_hostname: 'localhost'
  6. ansible_master_ip: $PIPE(hostname --ip)
  7. admins:
  8. admin_email: 'root@localhost'
  9. locale: 'en_US.UTF-8'
  10. timezone_area: 'Europe'
  11. timezone_city: 'Paris'
  12. debian_mirror: 'ftp://ftp.fr.debian.org/debian'
  13. hosts_deny_nfs: False
  14. host_deny_paranoid: False
  15. with_auto_upgrade: False
  16. with_logcheck: False
  17. with_rkhunter: False
  18. with_chkrootkit: False
  19. with_hideproc: False
  20. hideproc_gid: ''
  21. with_firewall: False
  22. firewall_public:
  23. - 'ssh'
  24. - 'http'
  25. - 'https'
  26. - 'smtp'
  27. with_smartd: False
  28. with_postfix: False
  29. with_mail_aliases: False
  30. with_ssh: True
  31. ssh_ports:
  32. - 22
  33. ssh_ecdsa_key: True
  34. ssh_usedns: True
  35. with_dnscache: False
  36. with_ovh: False
  37. sysfs_disk_settings: False
  38. with_dotfiles: False
  39. dotfiles_repo: 'http://forge.openics.org/server-dotfiles-zsh.git'
  40. dotfiles_dest: '/srv/hosting-tools/shell'
  41. dotfiles_lcsshvars: 0
  42. # vim: ft=yaml