No Description
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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. - source: "abuse@{{ domain }}"
  31. destination: "{{ admin_email }}"
  32. domain_pk_id: 1
  33. # timezone
  34. # common_timezone will be used in the common and mailserver roles
  35. common_timezone: 'Etc/UTC'
  36. # znc
  37. irc_nick: (required)
  38. irc_ident: (required)
  39. irc_realname: (required)
  40. irc_quitmsg: (required)
  41. irc_password_hash: (required)
  42. irc_password_salt: (required)
  43. # xmpp
  44. prosody_admin: "{{ admin_email }}"
  45. prosody_virtual_domain: "{{ domain }}"
  46. prosody_accounts:
  47. - name: "{{ main_user_name }}"
  48. password: TODO
  49. # openvpn
  50. openvpn_clients:
  51. - laptop
  52. - phone
  53. - tablet