Brak opisu
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.

sovereign 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ---
  2. ################################################################################
  3. # Set your variables here.
  4. ################################################################################
  5. # common
  6. domain: (required)
  7. main_user_name: (required)
  8. # admin email
  9. # fail2ban reports will be sent to this address
  10. admin_email: "{{ main_user_name }}@{{ domain }}"
  11. # mail
  12. mail_virtual_domains:
  13. - name: "{{ domain }}"
  14. pk_id: 1
  15. mail_virtual_users:
  16. - account: "{{ main_user_name }}"
  17. domain: "{{ domain }}"
  18. password_hash: TODO
  19. domain_pk_id: 1
  20. mail_virtual_aliases:
  21. - source: "root@{{ domain }}"
  22. destination: "{{ admin_email }}"
  23. domain_pk_id: 1
  24. - source: "postmaster@{{ domain }}"
  25. destination: "{{ admin_email }}"
  26. domain_pk_id: 1
  27. - source: "webmaster@{{ domain }}"
  28. destination: "{{ admin_email }}"
  29. domain_pk_id: 1
  30. # timezone
  31. # common_timezone will be used in the common and mailserver roles
  32. common_timezone: 'Etc/UTC'
  33. # znc
  34. irc_nick: (required)
  35. irc_ident: (required)
  36. irc_realname: (required)
  37. irc_quitmsg: (required)
  38. irc_password_hash: (required)
  39. irc_password_salt: (required)
  40. # xmpp
  41. prosody_admin: "{{ admin_email }}"
  42. prosody_virtual_domain: "{{ domain }}"
  43. prosody_accounts:
  44. - name: "{{ main_user_name }}"
  45. password: TODO
  46. # openvpn
  47. openvpn_clients:
  48. - laptop
  49. - phone
  50. - tablet