Matrix Docker Ansible eploy
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

26 linhas
644 B

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