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.
 
 

27 lines
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"