Allow all outbound HTTPS on host server firewall setup

This commit is contained in:
Curt Spark 2024-03-13 13:42:11 +00:00
parent f4cc8225f9
commit 60138193a9
1 changed files with 7 additions and 0 deletions

View File

@ -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: