Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

sovereign 1.3KB

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. virtual_domains:
  12. - name: "{{ domain }}"
  13. pk_id: 1
  14. # mail
  15. mail_virtual_users:
  16. - account: "{{ main_user_name }}"
  17. domain: "{{ domain }}"
  18. password: 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: TODO
  42. # xmpp
  43. prosody_admin: "{{ admin_email }}"
  44. prosody_virtual_domain: "{{ domain }}"
  45. prosody_accounts:
  46. - name: "{{ main_user_name }}"
  47. password: TODO
  48. # openvpn
  49. openvpn_clients:
  50. - laptop
  51. - phone
  52. - tablet