Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

testing.yml 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. # ircbouncer
  11. irc_nick: sovereign
  12. irc_ident: sovereign
  13. irc_realname: Mr. Sovereign
  14. irc_quitmsg: Bye
  15. irc_password_hash: "sha256#4bfc209c5e19874337fd89c80675ad194836efea5efd4189b7f73cd9e0a6094f#,i*Msa0B;w9yR23nm1ZB#" #foo
  16. # mailserver
  17. mail_mysql_password: testPassword
  18. mail_virtual_domains:
  19. - name: "{{ domain }}"
  20. pk_id: 1
  21. primary_user: "{{ main_user_name }}"
  22. mail_virtual_users:
  23. - address: "{{ main_user_name }}@{{ domain }}"
  24. password_hash: "$6$.f8oDqN1cDE/$Iyk8.scbwZCxw5pf9Flcvu.VYk9Jk77y/UaM0DyIcw9wouNqifXr3xV1fQPPNgBIM3BEEabAxePtC5Y/iX5vH1" #foo
  25. domain_pk_id: 1
  26. mail_virtual_aliases:
  27. - source: "root@{{ domain }}"
  28. destination: "{{ admin_email }}"
  29. domain_pk_id: 1
  30. - source: "postmaster@{{ domain }}"
  31. destination: "{{ admin_email }}"
  32. domain_pk_id: 1
  33. - source: "webmaster@{{ domain }}"
  34. destination: "{{ admin_email }}"
  35. domain_pk_id: 1
  36. # owncloud
  37. owncloud_mysql_password: testPassword
  38. # vpn
  39. openvpn_key_country: "US"
  40. openvpn_key_province: "California"
  41. openvpn_key_city: "Beverly Hills"
  42. openvpn_key_org: "ACME CORPORATION"
  43. openvpn_key_ou: "Anvil Department"
  44. openvpn_clients:
  45. - laptop
  46. - phone
  47. - tablet