From 8bf60ac9c088336105bb348a0e77b6b8589803af Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Thu, 12 Dec 2024 18:46:12 +0100 Subject: [PATCH] Added office ip to access k8s --- ansible/host_vars/prod-01.alexpires.me.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/host_vars/prod-01.alexpires.me.yml b/ansible/host_vars/prod-01.alexpires.me.yml index 95b2a0e..2a87ba3 100644 --- a/ansible/host_vars/prod-01.alexpires.me.yml +++ b/ansible/host_vars/prod-01.alexpires.me.yml @@ -46,6 +46,7 @@ fw_allowed_ports: - { 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" } + - { rule: "allow", port: "16443", proto: "tcp", from: "84.195.60.15" } ufw_outgoing_traffic: - 22 # SSH