zabbix: Add zabbix01 production to iptable rules
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
03aeab7d9f
commit
369ae4f66e
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
-A INPUT -p tcp -m tcp --dport 5666 -s 38.145.60.15 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp --dport 5666 -s 10.3.163.10 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp --dport 5666 -s 10.3.166.10 -j ACCEPT
|
||||
# zabbix01.stg
|
||||
-A INPUT -p tcp -m tcp --dport 10051 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp --dport 10050 -s 10.3.163.198 -j ACCEPT
|
||||
|
||||
{% if env != 'staging' and datacenter == 'iad2' and inventory_hostname not in groups['staging_friendly'] %}
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue