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