From f6a02be7b749e13b233c96441f0fd8c8e50b7ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 May 2022 19:05:33 +0200 Subject: [PATCH] firewall stuff --- host_vars/neko.yaml | 3 --- host_vars/postgres.yaml | 3 +++ infra.yaml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) 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