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.
 
 

27 lignes
742 B

  1. # SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
  2. # SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
  3. # SPDX-FileCopyrightText: 2022 Marko Weltzer
  4. #
  5. # SPDX-License-Identifier: AGPL-3.0-or-later
  6. ---
  7. - tags:
  8. - setup-all
  9. - setup-bot-maubot
  10. - install-all
  11. - install-bot-maubot
  12. block:
  13. - when: matrix_bot_maubot_enabled | bool
  14. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  15. - when: matrix_bot_maubot_enabled | bool
  16. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  17. - tags:
  18. - setup-all
  19. - setup-bot-maubot
  20. block:
  21. - when: not matrix_bot_maubot_enabled | bool
  22. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"