Skip to content
Snippets Groups Projects
Commit 31d19b2e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: insert iptables rules at the top to avoid conflicting with the DENY ALL rule

parent d444ac47
Branches
No related tags found
No related merge requests found
---
- name: iptables-Regeln setzen (ZIH der TU Dresden)
iptables:
action: append
action: insert
chain: INPUT
comment: "{{ item.comment }}"
destination: "{{ item.dest | default(omit) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment