Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ---
  2. ################################################################################
  3. # Set your variables here.
  4. ################################################################################
  5. domain: (required)
  6. server_fqdn: (required)
  7. main_user_name: (required)
  8. main_user_shell: "/usr/bin/zsh"
  9. admin_email: "{{ main_user_name }}@{{ domain }}"
  10. virtual_domains:
  11. - name: "{{ domain }}"
  12. pk_id: 1
  13. doc_root: "/var/www/{{ domain }}"
  14. mail_virtual_users:
  15. - account: "{{ main_user_name }}"
  16. domain: "{{ domain }}"
  17. password: "{{ 'changeme' | doveadm_pw_hash }}"
  18. domain_pk_id: 1
  19. mail_virtual_aliases:
  20. - source: "root@{{ domain }}"
  21. destination: "{{ admin_email }}"
  22. domain_pk_id: 1
  23. - source: "postmaster@{{ domain }}"
  24. destination: "{{ admin_email }}"
  25. domain_pk_id: 1
  26. - source: "webmaster@{{ domain }}"
  27. destination: "{{ admin_email }}"
  28. domain_pk_id: 1
  29. - source: "abuse@{{ domain }}"
  30. destination: "{{ admin_email }}"
  31. domain_pk_id: 1
  32. common_timezone: 'Etc/UTC'
  33. irc_nick: (required)
  34. irc_altnick: (required)
  35. irc_ident: (required)
  36. irc_realname: (required)
  37. irc_quitmsg: (required)
  38. monit_alert_emails:
  39. - "{{ admin_email }}"
  40. # - "PUSHOVER_KEY@pomail.net"
  41. openvpn_clients:
  42. - laptop
  43. - phone
  44. - tablet
  45. # use servers tailored to the server location
  46. # See http://www.pool.ntp.org/en/use.html
  47. #ntp_servers:
  48. # - 0.de.pool.ntp.org
  49. # - 1.de.pool.ntp.org
  50. # - 2.de.pool.ntp.org
  51. # - 3.de.pool.ntp.org