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

doc: add 'icmp' tags

parent 5de6b252
No related branches found
No related tags found
No related merge requests found
Pipeline #8263 failed
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
loop: "{{ vault_iptables_input | flatten(levels=1) }}" loop: "{{ vault_iptables_input | flatten(levels=1) }}"
notify: notify:
- save iptables rules - save iptables rules
tags: [icmp]
# http://shouldiblockicmp.com # http://shouldiblockicmp.com
...@@ -125,6 +126,7 @@ ...@@ -125,6 +126,7 @@
loop: "{{ vault_iptables_icmp | flatten(levels=1) }}" loop: "{{ vault_iptables_icmp | flatten(levels=1) }}"
notify: notify:
- save iptables rules - save iptables rules
tags: [icmp]
# TODO: Outgoing iptables Regeln erstellen, und bloß keine vergessen!!! # TODO: Outgoing iptables Regeln erstellen, und bloß keine vergessen!!!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment