This commit is contained in:
Jochen Friedrich 2021-05-18 17:06:17 +02:00
parent 1caa7659ae
commit 3a472c20ee
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
- name: Docker Dienst starten
shell:
"systemctl start docker; systemctl enable docker"
- name: Ensure Unifi Docker image is pulled
docker_image:
name: "{{ unifi_version }}"

View File

@ -1,2 +1,3 @@
- name: open bareos port
firewalld: port=9102/tcp zone=public permanent=true state=enabled immediate=yes
when: unifi_bareos

View File

@ -1,3 +1,3 @@
- name: Dienste starten
- name: Unifi Dienst starten
shell:
"systemctl start docker; systemctl enable docker; systemctl daemon-reload; systemctl start unifi"
"systemctl daemon-reload; systemctl start unifi"