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.
 
 

36 line
995 B

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