Açıklama Yok
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

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