This commit is contained in:
parent
ecbabfe165
commit
f6a02be7b7
@ -13,9 +13,6 @@ firewall:
|
||||
- port: "59000:59049"
|
||||
proto: udp
|
||||
interface: "eth1"
|
||||
- port: "9100"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
- port: "9101"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
|
@ -5,6 +5,9 @@ firewall:
|
||||
- port: "5432"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
- port: "9187"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
backup:
|
||||
folder: "/var/lib/postgresql/backup"
|
||||
tarfolder: "backup"
|
||||
|
@ -13,7 +13,6 @@
|
||||
roles:
|
||||
- netplan
|
||||
- common
|
||||
- customfirewall
|
||||
- backupscript
|
||||
- customfirewall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user