Matrix Docker Ansible eploy
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.
 
 

9 rivejä
436 B

  1. - name: Override configuration specifying where the Matrix Client API is
  2. set_fact:
  3. matrix_nginx_proxy_matrix_client_api_addr_with_proxy_container: "matrix-corporal:41080"
  4. matrix_nginx_proxy_matrix_client_api_addr_sans_proxy_container: "localhost:41080"
  5. when: "matrix_corporal_enabled"
  6. - set_fact:
  7. matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-corporal'] }}"
  8. when: "matrix_corporal_enabled"