Skip to content

Commit

Permalink
update iptables-save/tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Aug 12, 2024
1 parent 1fed2ac commit cfde698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/roles/iptables-save/tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
- name: save iptables v4
shell: iptables-save > /etc/iptables/rules.v4
become: yes
changed_when: false

- name: save iptables v6
shell: ip6tables-save > /etc/iptables/rules.v6
become: yes
changed_when: false

0 comments on commit cfde698

Please sign in to comment.