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.
 
 

39 lines
1.0 KiB

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-nginx-proxy
  5. - install-all
  6. - install-nginx-proxy
  7. block:
  8. - when: matrix_hookshot_enabled | bool
  9. ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
  10. - tags:
  11. - reset-hookshot-encryption
  12. block:
  13. - when: matrix_hookshot_enabled | bool
  14. ansible.builtin.include_tasks: "{{ role_path }}/tasks/reset_encryption.yml"
  15. - tags:
  16. - setup-all
  17. - setup-hookshot
  18. - setup-bridge-hookshot
  19. - install-all
  20. - install-hookshot
  21. - install-bridge-hookshot
  22. block:
  23. - when: matrix_hookshot_enabled | bool
  24. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  25. - when: matrix_hookshot_enabled | bool
  26. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  27. - tags:
  28. - setup-all
  29. - setup-hookshot
  30. - setup-bridge-hookshot
  31. block:
  32. - when: not matrix_hookshot_enabled | bool
  33. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"