This commit is contained in:
parent
ecbabfe165
commit
f6a02be7b7
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
roles:
|
roles:
|
||||||
- netplan
|
- netplan
|
||||||
- common
|
- common
|
||||||
- customfirewall
|
|
||||||
- backupscript
|
- backupscript
|
||||||
- customfirewall
|
- customfirewall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user