暫無描述
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

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