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.

testing.yml 2.1KB

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