Skip to content

Commit

Permalink
fix firewalld rule
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 9, 2024
1 parent 13745f2 commit 0b90d4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/idr-firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
permanent: true
rich_rule:
- "rule family='ipv4' forward accept"
- "rule family='ipv4' source address='0.0.0.0/0' accept"
- "rule family='ipv4' destination address='0.0.0.0/0' accept"
- "rule family='ipv4' accept"
- "rule family='ipv4' direction='out' accept"

# Docker sets up its own rules, don't overwrite
# - hosts: >
Expand Down Expand Up @@ -98,8 +98,8 @@
permanent: true
rich_rule:
- "rule family='ipv4' forward reject"
- "rule family='ipv4' source address='0.0.0.0/0' reject"
- "rule family='ipv4' destination address='0.0.0.0/0' accept"
- "rule family='ipv4' accept"
- "rule family='ipv4' direction='out' accept"

vars:
idr_external_tcp_ports:
Expand Down

0 comments on commit 0b90d4c

Please sign in to comment.