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

chore: remove iptables tasks for WLB customer

parent c636dc88
No related branches found
No related tags found
1 merge request!1ND-1759
...@@ -44,28 +44,6 @@ ...@@ -44,28 +44,6 @@
- save iptables rules - save iptables rules
tags: [iptables] tags: [iptables]
#- name: iptables-Regeln setzen (WLB)
# iptables:
# action: append
# chain: INPUT
# comment: "{{ item.comment }}"
# destination: "{{ item.dest | default(omit) }}"
# destination_port: "{{ item.dest_port | default(omit) }}"
# jump: ACCEPT
## limit: 100/s
## limit_burst: 1000/s
# protocol: tcp
## rule_num: 1
# source: "{{ item.src | default(omit) }}"
# source_port: "{{ item.src_port | default(omit) }}"
# state: "{{ item.state | default('present') }}"
# table: filter
# loop: "{{ vault_iptables_wlb|flatten(levels=1) }}"
# when: ansible_hostname is search("wlb")
# notify:
# - save iptables rules
# tags: [iptables]
- name: iptables-Regeln setzen (Mediathek) - name: iptables-Regeln setzen (Mediathek)
iptables: iptables:
action: append action: append
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment