Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

22 řádky
583 B

  1. ---
  2. # Main task file for matrix-element-call
  3. - tags:
  4. - setup-all
  5. - setup-element-call
  6. - install-all
  7. - install-element-call
  8. block:
  9. - when: matrix_element_call_enabled | bool
  10. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  11. - when: matrix_element_call_enabled | bool
  12. ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
  13. - tags:
  14. - setup-all
  15. - setup-element-call
  16. block:
  17. - when: not matrix_element_call_enabled | bool
  18. ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"