Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

28 řádky
774 B

  1. # SPDX-FileCopyrightText: 2019 - 2023 Slavi Pantaleev
  2. # SPDX-FileCopyrightText: 2019 Dan Arnfield
  3. # SPDX-FileCopyrightText: 2019 Edgars Voroboks
  4. # SPDX-FileCopyrightText: 2022 Marko Weltzer
  5. #
  6. # SPDX-License-Identifier: AGPL-3.0-or-later
  7. ---
  8. - tags:
  9. - setup-all
  10. - setup-dimension
  11. - install-all
  12. - install-dimension
  13. block:
  14. - when: matrix_dimension_enabled | bool
  15. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  16. - when: matrix_dimension_enabled | bool
  17. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  18. - tags:
  19. - setup-all
  20. - setup-dimension
  21. block:
  22. - when: not matrix_dimension_enabled | bool
  23. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"