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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. # z-push
  41. zpush_timezone: "America/New_York" #Example: "America/New_York"
  42. # owncloud
  43. owncloud_db_password: testPassword
  44. # vpn
  45. openvpn_key_country: "US"
  46. openvpn_key_province: "California"
  47. openvpn_key_city: "Beverly Hills"
  48. openvpn_key_org: "ACME CORPORATION"
  49. openvpn_key_ou: "Anvil Department"
  50. openvpn_clients:
  51. - laptop
  52. - phone
  53. - tablet
  54. # webmail
  55. webmail_db_password: testPassword
  56. # xmpp
  57. prosody_accounts:
  58. - name: "{{ main_user_name }}"
  59. password: foo
  60. # selfoss
  61. selfoss_db_password: testPassword
  62. selfoss_username: "{{ main_user_name }}"
  63. # this is the sha512 hash of the desired password
  64. selfoss_password_hash: "f7fbba6e0636f890e56fbbf3283e524c6fa3204ae298382d624741d0dc6638326e282c41be5e4254d8820772c5518a2c5a8c0c7f7eda19594a7eb539453e1ed7"
  65. # foo