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.
 
 

23 lines
508 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - install-all
  5. block:
  6. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  7. - tags:
  8. - setup-all
  9. - install-all
  10. block:
  11. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_usr_local_bin.yml"
  12. - when: devture_traefik_enabled | bool
  13. tags:
  14. - setup-all
  15. - install-all
  16. - setup-traefik
  17. - install-traefik
  18. block:
  19. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/devture_traefik_to_matrix_traefik.yml"