Nessuna descrizione
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.9KB

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