Açıklama Yok
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. # ntp
  11. ntp_servers:
  12. # preferably, use the ntp servers in your own country or continent
  13. # See http://www.pool.ntp.org/en/use.html
  14. - 0.north-america.pool.ntp.org
  15. - 1.north-america.pool.ntp.org
  16. - 2.north-america.pool.ntp.org
  17. - 3.north-america.pool.ntp.org
  18. # database
  19. db_admin_username: postgres
  20. db_admin_password: TODO
  21. # ircbouncer
  22. irc_nick: TODO
  23. irc_ident: TODO
  24. irc_realname: TODO
  25. irc_quitmsg: TODO
  26. irc_password_hash: TODO
  27. # mailserver
  28. mail_db_password: TODO
  29. mail_virtual_domains:
  30. - name: "{{ domain }}"
  31. pk_id: 1
  32. # - name: TODO.com
  33. # pk_id: 2
  34. mail_virtual_users:
  35. - account: "{{ main_user_name }}"
  36. domain: "{{ domain }}"
  37. password_hash: TODO
  38. domain_pk_id: 1
  39. # - account: "{{ TODO }}"
  40. # domain: "{{ domain }}"
  41. # password_hash: TODO
  42. # domain_pk_id: 2
  43. mail_virtual_aliases:
  44. - source: "root@{{ domain }}"
  45. destination: "{{ admin_email }}"
  46. domain_pk_id: 1
  47. - source: "postmaster@{{ domain }}"
  48. destination: "{{ admin_email }}"
  49. domain_pk_id: 1
  50. - source: "webmaster@{{ domain }}"
  51. destination: "{{ admin_email }}"
  52. domain_pk_id: 1
  53. # z-push
  54. zpush_timezone: "TODO" #Example: "America/New_York"
  55. # owncloud
  56. owncloud_db_password: TODO
  57. # vpn
  58. openvpn_key_country: "US"
  59. openvpn_key_province: "California"
  60. openvpn_key_city: "Beverly Hills"
  61. openvpn_key_org: "ACME CORPORATION"
  62. openvpn_key_ou: "Anvil Department"
  63. openvpn_clients:
  64. - laptop
  65. - phone
  66. - tablet
  67. # webmail
  68. webmail_db_password: TODO
  69. # xmpp
  70. prosody_admin: "{{ admin_email }}"
  71. prosody_virtual_domain: "{{ domain }}"
  72. prosody_accounts:
  73. - name: "{{ main_user_name }}"
  74. password: TODO
  75. # selfoss
  76. selfoss_db_password: "TODO"
  77. selfoss_username: "{{ main_user_name }}"
  78. # this is the sha512 hash of the desired password
  79. selfoss_password_hash: "TODO"