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 line
774 B

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