Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

27 строки
681 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-client-commet
  5. - install-all
  6. - install-client-commet
  7. block:
  8. - when: matrix_client_commet_enabled | bool
  9. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  10. - tags:
  11. - setup-all
  12. - setup-client-commet
  13. block:
  14. - when: not matrix_client_commet_enabled | bool
  15. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  16. - tags:
  17. - self-check
  18. block:
  19. - when: matrix_client_commet_enabled | bool
  20. ansible.builtin.debug:
  21. msg: >-
  22. Commet is running at
  23. https://{{ matrix_client_commet_hostname }}{{ matrix_client_commet_path_prefix }}