Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Jan 4, 2025
1 parent 1fe4754 commit 91827fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/idr-firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
#- 'rule family="ipv4" destination address="0.0.0.0/0" accept'
#firewall-cmd --permanent --direct --add-rule ipv4 filter OUTPUT 0 -j ACCEPT
#- firewall-cmd --add-rich-rule='rule family="ipv4" destination address="0.0.0.0/0" accept'
- 'rule family="ipv4" direction="out" accept'
#- 'rule family="ipv4" direction="out" accept'
- 'rule family="ipv4" source address="0.0.0.0/0" accept'

- name: Run command 1
become: true
Expand Down

0 comments on commit 91827fa

Please sign in to comment.