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 2.1KB

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