Нема описа
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. ---
  2. ###############################################################################
  3. # Variables used when testing with Vagrant
  4. # For a complete reference look at the `vars/defaults.yml` file.
  5. ###############################################################################
  6. # common
  7. common_timezone: 'Etc/UTC'
  8. domain: sovereign.local
  9. main_user_name: sovereign
  10. encfs_password: testPassword
  11. friendly_networks:
  12. - "172.16.100.0/24"
  13. db_admin_username: postgres
  14. db_admin_password: postgres
  15. # ircbouncer
  16. irc_nick: sovereign
  17. irc_ident: sovereign
  18. irc_realname: Mr. Sovereign
  19. irc_quitmsg: Bye
  20. irc_password_hash: "310c5f99825e80d5b1d663a0a993b8701255f16b2f6056f335ba6e3e720e57ed" #foo
  21. irc_password_salt: "YdlPM5yjBmc/;JO6cfL5"
  22. irc_timezone: "America/New_York" #Example: "America/New_York"
  23. # mailserver
  24. mail_db_password: testPassword
  25. mail_db_opendmarc_password: testPassword
  26. mail_virtual_domains:
  27. - name: "{{ domain }}"
  28. pk_id: 1
  29. mail_virtual_users:
  30. - account: "{{ main_user_name }}"
  31. domain: "{{ domain }}"
  32. password_hash: "$6$IYJfaF3jvmbAzlSe$1HBkbIdrOTWA31WYon7VSE2xAcFzYSZuVb8d3I0NDWzPxXBaqkHqKs4rLeNO9CVQEKv7wA15QctCyXbdRqFDy." #foo
  33. domain_pk_id: 1
  34. mail_virtual_aliases:
  35. - source: "root@{{ domain }}"
  36. destination: "{{ admin_email }}"
  37. domain_pk_id: 1
  38. - source: "postmaster@{{ domain }}"
  39. destination: "{{ admin_email }}"
  40. domain_pk_id: 1
  41. - source: "webmaster@{{ domain }}"
  42. destination: "{{ admin_email }}"
  43. domain_pk_id: 1
  44. mail_header_privacy: 1
  45. # z-push
  46. zpush_timezone: "America/New_York" #Example: "America/New_York"
  47. # owncloud
  48. owncloud_db_password: testPassword
  49. # vpn
  50. openvpn_key_country: "US"
  51. openvpn_key_province: "California"
  52. openvpn_key_city: "Beverly Hills"
  53. openvpn_key_org: "ACME CORPORATION"
  54. openvpn_key_ou: "Anvil Department"
  55. openvpn_clients:
  56. - laptop
  57. - phone
  58. - tablet
  59. # webmail
  60. webmail_db_password: testPassword
  61. # xmpp
  62. prosody_accounts:
  63. - name: "{{ main_user_name }}"
  64. password: foo
  65. # selfoss
  66. selfoss_db_password: testPassword
  67. selfoss_username: "{{ main_user_name }}"
  68. # this is the sha512 hash of the desired password
  69. selfoss_password_hash: "f7fbba6e0636f890e56fbbf3283e524c6fa3204ae298382d624741d0dc6638326e282c41be5e4254d8820772c5518a2c5a8c0c7f7eda19594a7eb539453e1ed7"
  70. # foo
  71. # wallabag
  72. wallabag_salt: testing
  73. wallabag_db_password: testPassword