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

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