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.

user.yml 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. ---
  2. ###############################################################################
  3. # Set your variables here.
  4. # For a complete reference look at the `vars/defaults.yml` file.
  5. ###############################################################################
  6. # common
  7. domain: TODO.com
  8. main_user_name: TODO
  9. encfs_password: TODO
  10. # database
  11. db_admin_username: postgres
  12. db_admin_password: TODO
  13. # ircbouncer
  14. irc_nick: TODO
  15. irc_ident: TODO
  16. irc_realname: TODO
  17. irc_quitmsg: TODO
  18. irc_password_hash: TODO
  19. # mailserver
  20. mail_db_password: TODO
  21. mail_virtual_domains:
  22. - name: "{{ domain }}"
  23. pk_id: 1
  24. # - name: TODO.com
  25. # pk_id: 2
  26. mail_virtual_users:
  27. - account: "{{ main_user_name }}"
  28. domain: "{{ domain }}"
  29. password_hash: TODO
  30. domain_pk_id: 1
  31. # - account: "{{ TODO }}"
  32. # domain: "{{ domain }}"
  33. # password_hash: TODO
  34. # domain_pk_id: 2
  35. mail_virtual_aliases:
  36. - source: "root@{{ domain }}"
  37. destination: "{{ admin_email }}"
  38. domain_pk_id: 1
  39. - source: "postmaster@{{ domain }}"
  40. destination: "{{ admin_email }}"
  41. domain_pk_id: 1
  42. - source: "webmaster@{{ domain }}"
  43. destination: "{{ admin_email }}"
  44. domain_pk_id: 1
  45. mail_header_privacy: 1
  46. # z-push
  47. zpush_timezone: "TODO" #Example: "America/New_York"
  48. # owncloud
  49. owncloud_db_password: TODO
  50. # vpn
  51. openvpn_key_country: "US"
  52. openvpn_key_province: "California"
  53. openvpn_key_city: "Beverly Hills"
  54. openvpn_key_org: "ACME CORPORATION"
  55. openvpn_key_ou: "Anvil Department"
  56. openvpn_clients:
  57. - laptop
  58. - phone
  59. - tablet
  60. # webmail
  61. webmail_db_password: TODO
  62. # xmpp
  63. prosody_admin: "{{ admin_email }}"
  64. prosody_virtual_domain: "{{ domain }}"
  65. prosody_accounts:
  66. - name: "{{ main_user_name }}"
  67. password: TODO
  68. # selfoss
  69. selfoss_db_password: "TODO"
  70. selfoss_username: "{{ main_user_name }}"
  71. # this is the sha512 hash of the desired password
  72. selfoss_password_hash: "TODO"