mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
9fa3844e3e
commit
a2272a3902
@ -60,26 +60,27 @@
|
||||
- mailu3-webmail-1
|
||||
- mailu3-fts_attachments-1
|
||||
when: '"mailu3" in selected_containers'
|
||||
|
||||
- name: Add elements to a list
|
||||
set_fact:
|
||||
docker_containers: "{{ docker_containers | default([]) + [item] }}"
|
||||
loop:
|
||||
- HomeAssistant
|
||||
when: '"homeassistant" in selected_containers'
|
||||
|
||||
- name: Add elements to a list
|
||||
set_fact:
|
||||
docker_containers: "{{ docker_containers | default([]) + [item] }}"
|
||||
loop:
|
||||
- webhub-web-1"
|
||||
when: '"webhub" in selected_containers'
|
||||
|
||||
- name: Add elements to a list
|
||||
set_fact:
|
||||
docker_containers: "{{ docker_containers | default([]) + [item] }}"
|
||||
loop:
|
||||
- mosquitto-mosquitto-1"
|
||||
- mosquitto-mosquitto-1
|
||||
when: '"mosquitto" in selected_containers'
|
||||
- name: Add elements to a list
|
||||
|
||||
|
||||
- debug:
|
||||
msg: "{{ docker_containers }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user