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.
 
 
 

22 righe
576 B

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