Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

16 wiersze
472 B

  1. ---
  2. - name: Converge
  3. hosts: all
  4. vars:
  5. matrix_systemd_services_list: [] # empty init as we only test coturn
  6. run_setup: true
  7. matrix_base_data_path: "/matrix"
  8. # maybe those should be added in role default/main.yml
  9. matrix_coturn_enabled: true
  10. matrix_coturn_turn_external_ip_address: 127.0.0.1
  11. matrix_coturn_turn_static_auth_secret: "VeryFakeSecret"
  12. tasks:
  13. - name: "Include matrix-coturn"
  14. include_role:
  15. name: "matrix-coturn"