Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

34 řádky
897 B

  1. # SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - tags:
  6. - reset-hookshot-encryption
  7. block:
  8. - when: matrix_hookshot_enabled | bool
  9. ansible.builtin.include_tasks: "{{ role_path }}/tasks/reset_encryption.yml"
  10. - tags:
  11. - setup-all
  12. - setup-hookshot
  13. - setup-bridge-hookshot
  14. - install-all
  15. - install-hookshot
  16. - install-bridge-hookshot
  17. block:
  18. - when: matrix_hookshot_enabled | bool
  19. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  20. - when: matrix_hookshot_enabled | bool
  21. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  22. - tags:
  23. - setup-all
  24. - setup-hookshot
  25. - setup-bridge-hookshot
  26. block:
  27. - when: not matrix_hookshot_enabled | bool
  28. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"