ansible-ppm/roles/baseline/templates/zabbix-firewall.j2

6 lines
110 B
Text
Raw Normal View History

2025-07-14 18:32:39 +02:00
#!/bin/bash
# Zabbix agent firewall
iptables -A INPUT -p tcp -s {{ zabbix_server }} --dport 10050 -j ACCEPT