firewall stuff
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2022-05-29 19:05:33 +02:00
parent ecbabfe165
commit f6a02be7b7
3 changed files with 3 additions and 4 deletions

View File

@ -13,9 +13,6 @@ firewall:
- port: "59000:59049" - port: "59000:59049"
proto: udp proto: udp
interface: "eth1" interface: "eth1"
- port: "9100"
proto: tcp
interface: "eth0"
- port: "9101" - port: "9101"
proto: tcp proto: tcp
interface: "eth0" interface: "eth0"

View File

@ -5,6 +5,9 @@ firewall:
- port: "5432" - port: "5432"
proto: tcp proto: tcp
interface: "eth0" interface: "eth0"
- port: "9187"
proto: tcp
interface: "eth0"
backup: backup:
folder: "/var/lib/postgresql/backup" folder: "/var/lib/postgresql/backup"
tarfolder: "backup" tarfolder: "backup"

View File

@ -13,7 +13,6 @@
roles: roles:
- netplan - netplan
- common - common
- customfirewall
- backupscript - backupscript
- customfirewall - customfirewall