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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ---
  2. ################################################################################
  3. # Set your variables here.
  4. ################################################################################
  5. # common
  6. domain: (required)
  7. main_user_name: (required)
  8. organization: (required)
  9. # admin email
  10. # fail2ban reports will be sent to this address
  11. admin_email: "{{ main_user_name }}@{{ domain }}"
  12. virtual_domains:
  13. - name: "{{ domain }}"
  14. pk_id: 1
  15. # mail
  16. mail_virtual_users:
  17. - account: "{{ main_user_name }}"
  18. domain: "{{ domain }}"
  19. password: TODO
  20. domain_pk_id: 1
  21. mail_virtual_aliases:
  22. - source: "root@{{ domain }}"
  23. destination: "{{ admin_email }}"
  24. domain_pk_id: 1
  25. - source: "postmaster@{{ domain }}"
  26. destination: "{{ admin_email }}"
  27. domain_pk_id: 1
  28. - source: "webmaster@{{ domain }}"
  29. destination: "{{ admin_email }}"
  30. domain_pk_id: 1
  31. - source: "abuse@{{ domain }}"
  32. destination: "{{ admin_email }}"
  33. domain_pk_id: 1
  34. # timezone
  35. # common_timezone will be used in the common and mailserver roles
  36. common_timezone: 'Etc/UTC'
  37. # znc
  38. irc_nick: (required)
  39. irc_ident: (required)
  40. irc_realname: (required)
  41. irc_quitmsg: (required)
  42. irc_password: TODO
  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