Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- # SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
- # SPDX-FileCopyrightText: 2019 Dan Arnfield
- # SPDX-FileCopyrightText: 2022 Marko Weltzer
- #
- # SPDX-License-Identifier: AGPL-3.0-or-later
-
- ---
-
- - tags:
- - setup-all
- - setup-corporal
- - install-all
- - install-corporal
- block:
- - when: matrix_corporal_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
-
- - when: matrix_corporal_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
-
- - tags:
- - setup-all
- - setup-corporal
- block:
- - when: not matrix_corporal_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
-
- - tags:
- - self-check
- - self-check-corporal
- block:
- - when: matrix_corporal_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check.yml"
|