Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

27 rader
827 B

  1. # SPDX-FileCopyrightText: 2022 - 2023 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. - setup-all
  9. - setup-bot-honoroit
  10. - install-all
  11. - install-bot-honoroit
  12. block:
  13. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  14. when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
  15. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  16. when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
  17. - tags:
  18. - setup-all
  19. - setup-bot-honoroit
  20. block:
  21. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  22. when: "run_setup | bool and not matrix_bot_honoroit_enabled | bool"