moved photoprism app to photos. from cloud.

This commit is contained in:
Bastian de Byl
2022-10-02 19:10:55 -04:00
parent 99a41d2a74
commit 0e9fc3edc3
11 changed files with 71 additions and 63 deletions

View File

@@ -20,3 +20,20 @@
- 80/tcp
notify: restart firewalld
tags: firewall
- name: unset non-required podman firewall rules
become: true
ansible.posix.firewalld:
port: "{{ item }}"
permanent: true
immediate: true
zone: "public"
state: disabled
loop:
- 9093/tcp
- 9092/tcp
- 9091/tcp
- 9091/udp
- 9092/udp
notify: restart firewalld
tags: firewall