main.yml 814 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. debian_mirror: ftp://ftp.fr.debian.org/debian
  11. hosts_deny_nfs: False
  12. host_deny_paranoid: False
  13. with_auto_upgrade: False
  14. with_logcheck: False
  15. with_rkhunter: False
  16. with_chkrootkit: False
  17. with_hideproc: False
  18. with_firewall: False
  19. firewall_opened_ports:
  20. - ssh
  21. - http
  22. - https
  23. - smtp
  24. with_smartd: False
  25. with_postfix: False
  26. with_mail_aliases: False
  27. with_ssh: True
  28. ssh_port: 22
  29. ssh_ecdsa_key: True
  30. ssh_usedns: True
  31. with_dnscache: False
  32. with_ovh: False
  33. sysfs_disk_settings: False
  34. with_dotfiles: False
  35. dotfiles_repo: git://forge.openics.org/server-dotfiles-zsh.git
  36. dotfiles_dest: /srv/hosting-tools/shell
  37. # vim: ft=yaml