Matrix Docker Ansible eploy
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

20 рядки
694 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-user-verification-service
  5. - install-all
  6. - install-user-verification-service
  7. block:
  8. - when: run_setup | bool and matrix_user_verification_service_enabled | bool
  9. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  10. - when: run_setup | bool and matrix_user_verification_service_enabled | bool
  11. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  12. - tags:
  13. - setup-all
  14. - setup-user-verification-service
  15. block:
  16. - when: run_setup | bool and not matrix_user_verification_service_enabled | bool
  17. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"