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.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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 # NOTE: must not contain dollar sign characters '$'
  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. irc_password_salt: TODO
  20. irc_timezone: TODO #Example: "America/New_York"
  21. # mailserver
  22. mail_db_password: TODO
  23. mail_db_opendmarc_password: TODO
  24. mail_virtual_domains:
  25. - name: "{{ domain }}"
  26. pk_id: 1
  27. # - name: TODO.com
  28. # pk_id: 2
  29. mail_virtual_users:
  30. - account: "{{ main_user_name }}"
  31. domain: "{{ domain }}"
  32. password_hash: TODO
  33. domain_pk_id: 1
  34. # - account: "{{ TODO }}"
  35. # domain: "{{ domain }}"
  36. # password_hash: TODO
  37. # domain_pk_id: 2
  38. mail_virtual_aliases:
  39. - source: "root@{{ domain }}"
  40. destination: "{{ admin_email }}"
  41. domain_pk_id: 1
  42. - source: "postmaster@{{ domain }}"
  43. destination: "{{ admin_email }}"
  44. domain_pk_id: 1
  45. - source: "webmaster@{{ domain }}"
  46. destination: "{{ admin_email }}"
  47. domain_pk_id: 1
  48. mail_header_privacy: 1
  49. # z-push
  50. zpush_timezone: "TODO" #Example: "America/New_York"
  51. # owncloud
  52. owncloud_db_password: TODO
  53. # vpn
  54. openvpn_key_country: "US"
  55. openvpn_key_province: "California"
  56. openvpn_key_city: "Beverly Hills"
  57. openvpn_key_org: "ACME CORPORATION"
  58. openvpn_key_ou: "Anvil Department"
  59. openvpn_clients:
  60. - laptop
  61. - phone
  62. - tablet
  63. # webmail
  64. webmail_db_password: TODO
  65. # xmpp
  66. prosody_admin: "{{ admin_email }}"
  67. prosody_virtual_domain: "{{ domain }}"
  68. prosody_accounts:
  69. - name: "{{ main_user_name }}"
  70. password: TODO
  71. # selfoss
  72. selfoss_db_password: "TODO"
  73. selfoss_username: "{{ main_user_name }}"
  74. # this is the sha512 hash of the desired password
  75. selfoss_password_hash: "TODO"
  76. # wallabag
  77. wallabag_salt: TODO
  78. wallabag_db_password: TODO