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.
 
 

28 regels
710 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-corporal
  5. - install-all
  6. - install-corporal
  7. block:
  8. - when: matrix_corporal_enabled | bool
  9. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  10. - when: matrix_corporal_enabled | bool
  11. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  12. - tags:
  13. - setup-all
  14. - setup-corporal
  15. block:
  16. - when: not matrix_corporal_enabled | bool
  17. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  18. - tags:
  19. - self-check
  20. - self-check-corporal
  21. block:
  22. - when: matrix_corporal_enabled | bool
  23. ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check.yml"