mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-03-07 14:00
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
name: zabbix_agent_port
|
||||
state: "{{ (zabbix_agent_src_ip | length > 0) | ternary('present', 'absent') }}"
|
||||
rules: "-A INPUT -m state --state NEW -p tcp --dport {{ zabbix_agent_port }} -s {{ zabbix_agent_src_ip | join(',') }} -j ACCEPT"
|
||||
when: iptables_manage | default(True)
|
||||
tags: zabbix
|
||||
|
Reference in New Issue
Block a user