diff --git a/host_vars/neko.yaml b/host_vars/neko.yaml index 1fd7d87..af86429 100644 --- a/host_vars/neko.yaml +++ b/host_vars/neko.yaml @@ -13,9 +13,6 @@ firewall: - port: "59000:59049" proto: udp interface: "eth1" - - port: "9100" - proto: tcp - interface: "eth0" - port: "9101" proto: tcp interface: "eth0" diff --git a/host_vars/postgres.yaml b/host_vars/postgres.yaml index 76d9728..399e99e 100644 --- a/host_vars/postgres.yaml +++ b/host_vars/postgres.yaml @@ -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" diff --git a/infra.yaml b/infra.yaml index 7c02096..be1a71d 100644 --- a/infra.yaml +++ b/infra.yaml @@ -13,7 +13,6 @@ roles: - netplan - common - - customfirewall - backupscript - customfirewall