From 5098223d5c81fac49ded8e555ba629281b06d425 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Mon, 17 Mar 2025 14:18:03 +0400 Subject: initial commit: migrate all `MatthieuCoder/pantheon-ansible` files to the oss repo --- host_vars/loki.pantheon.lab.mpgn.dev.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 host_vars/loki.pantheon.lab.mpgn.dev.yml (limited to 'host_vars/loki.pantheon.lab.mpgn.dev.yml') diff --git a/host_vars/loki.pantheon.lab.mpgn.dev.yml b/host_vars/loki.pantheon.lab.mpgn.dev.yml new file mode 100644 index 0000000..4981bb8 --- /dev/null +++ b/host_vars/loki.pantheon.lab.mpgn.dev.yml @@ -0,0 +1,16 @@ +--- +nft_input_host_rules: + 400 allow loki api: + - tcp dport { 9080, 3100 } ct state new accept + 401 allow syslog: + - tcp dport { 514 } ct state new accept + - udp dport { 514 } ct state new accept + +# Nmap scan report for loki.pantheon.lab.mpgn.dev (10.80.50.122) +# Host is up (0.00019s latency). +# Not shown: 997 closed tcp ports (reset) +# PORT STATE SERVICE +# 22/tcp open ssh +# 514/tcp open shell +# 9080/tcp open glrpc +# MAC Address: BC:24:11:34:5A:7D (Unknown) \ No newline at end of file -- cgit v1.2.3