Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

36 lignes
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"