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.
|
- ---
-
- - tags:
- - setup-all
- - setup-conduwuit
- - install-all
- - install-conduwuit
- block:
- - when: matrix_conduwuit_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
-
- - when: matrix_conduwuit_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
-
- - tags:
- - setup-all
- - setup-conduwuit
- block:
- - when: not matrix_conduwuit_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|