From 09067f62b20fc46756e30d6f48725f28c356bb4a Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Thu, 12 Dec 2024 18:55:45 +0100 Subject: [PATCH] Added comments --- ansible/host_vars/prod-01.alexpires.me.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/host_vars/prod-01.alexpires.me.yml b/ansible/host_vars/prod-01.alexpires.me.yml index 2a87ba3..d64f960 100644 --- a/ansible/host_vars/prod-01.alexpires.me.yml +++ b/ansible/host_vars/prod-01.alexpires.me.yml @@ -45,8 +45,10 @@ fw_allowed_ports: - { rule: "allow", port: "21117", proto: "tcp" } - { rule: "allow", port: "16443", proto: "tcp", from: "10.1.0.0/16" } - { rule: "allow", port: "10254", proto: "tcp", from: "10.1.0.0/16" } - - { rule: "allow", port: "10254", proto: "tcp", from: "147.78.131.194" } + # Access to the Kube API Server from the Office - { rule: "allow", port: "16443", proto: "tcp", from: "84.195.60.15" } + # VPN to Portugal + - { rule: "allow", port: "10254", proto: "tcp", from: "147.78.131.194" } ufw_outgoing_traffic: - 22 # SSH