From 60138193a991bf7000d588b3113ec63419ce3121 Mon Sep 17 00:00:00 2001 From: cspark Date: Wed, 13 Mar 2024 13:42:11 +0000 Subject: [PATCH] Allow all outbound HTTPS on host server firewall setup --- server-firewall-setup.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server-firewall-setup.yml b/server-firewall-setup.yml index 696748e..d0d9a6f 100644 --- a/server-firewall-setup.yml +++ b/server-firewall-setup.yml @@ -171,6 +171,13 @@ destination_port: 9090 jump: ACCEPT + - name: Accept outbound HTTPS traffic + ansible.builtin.iptables: + chain: OUTPUT + protocol: tcp + destination_port: 443 + jump: ACCEPT + - name: Reset doas configuration back to default become: yes template: