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

fix: append iptables rules instead of inserting them at the top

parent c738899c
No related branches found
No related tags found
No related merge requests found
---
- name: iptables-Regeln setzen (ZIH der TU Dresden)
ansible.builtin.iptables:
action: insert
action: append
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