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/authelia.pantheon.lab.mpgn.dev.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 host_vars/authelia.pantheon.lab.mpgn.dev.yml (limited to 'host_vars/authelia.pantheon.lab.mpgn.dev.yml') diff --git a/host_vars/authelia.pantheon.lab.mpgn.dev.yml b/host_vars/authelia.pantheon.lab.mpgn.dev.yml new file mode 100644 index 0000000..6cb17e7 --- /dev/null +++ b/host_vars/authelia.pantheon.lab.mpgn.dev.yml @@ -0,0 +1,12 @@ +--- +nft_input_host_rules: + 400 allow authelia https: + - tcp dport { 443 } ct state new accept + +# Nmap scan report for authelia.pantheon.lab.mpgn.dev (10.80.50.127) +# Host is up (0.00012s latency). +# Not shown: 998 closed tcp ports (reset) +# PORT STATE SERVICE +# 22/tcp open ssh +# 443/tcp open https +# MAC Address: BC:24:11:5F:E4:44 (Unknown) \ No newline at end of file -- cgit v1.2.3