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

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