Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

30 行
971 B

  1. ---
  2. - name: Converge
  3. hosts: all
  4. tasks:
  5. - name: "Include matrix-base"
  6. include_role:
  7. name: "matrix-base"
  8. vars:
  9. matrix_domain: "example.org"
  10. matrix_vars_yml_snapshotting_enabled: false
  11. run_self_check: false
  12. - name: "Include matrix-coturn"
  13. include_role:
  14. name: "matrix-coturn"
  15. vars:
  16. matrix_systemd_services_list: []
  17. run_setup: true
  18. matrix_base_data_path: "/matrix"
  19. matrix_user_username: "root"
  20. matrix_user_groupname: "root"
  21. matrix_server_fqn_matrix: "example.org"
  22. matrix_systemd_path: "/etc/systemd/system"
  23. matrix_host_command_docker: "/usr/bin/env docker"
  24. # matrix_user_uid: 0
  25. # matrix_user_gid: 0
  26. # maybe those should be added in role default/main.yml
  27. matrix_coturn_enabled: true
  28. matrix_coturn_turn_external_ip_address: 127.0.0.1
  29. matrix_coturn_turn_static_auth_secret: "VeryFakeSecret"