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.
 
 

22 lines
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"