Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

21 righe
495 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-homeserver-proxy
  5. - setup-synapse
  6. - install-all
  7. - install-homeserver-proxy
  8. - install-synapse
  9. block:
  10. - when: matrix_homeserver_proxy_enabled | bool
  11. ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
  12. - tags:
  13. - setup-all
  14. - setup-homeserver-proxy
  15. - setup-synapse
  16. block:
  17. - when: not matrix_homeserver_proxy_enabled | bool
  18. ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"