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.
 
 

25 lignes
705 B

  1. # SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - tags:
  6. - setup-all
  7. - setup-bot-go-neb
  8. - install-all
  9. - install-bot-go-neb
  10. block:
  11. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  12. when: "run_setup | bool and matrix_bot_go_neb_enabled | bool"
  13. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
  14. when: "run_setup | bool and matrix_bot_go_neb_enabled | bool"
  15. - tags:
  16. - setup-all
  17. - setup-bot-go-neb
  18. block:
  19. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
  20. when: "run_setup | bool and not matrix_bot_go_neb_enabled | bool"