Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

36 líneas
939 B

  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. - install-all
  19. - install-hookshot
  20. block:
  21. - when: matrix_hookshot_enabled | bool
  22. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  23. - when: matrix_hookshot_enabled | bool
  24. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  25. - tags:
  26. - setup-all
  27. - setup-hookshot
  28. block:
  29. - when: not matrix_hookshot_enabled | bool
  30. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"