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 }}