Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#1 remove elk from iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 23, 2016
1 parent 321ee0c commit edfb2b8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ansible/roles/iptables/templates/iptables.j2
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
-A INPUT -m state --state NEW -m udp -p udp -s {{ net.dmz }} --dport {{ docker.registry.port }} -j ACCEPT
{% endif %}

#{% if inventory_hostname in groups['elk'] %}
## logstash from DMZ
#-A INPUT -m state --state NEW -m tcp -p tcp -s {{ net.dmz }} --dport {{ elk.logstash.port }} -j ACCEPT
## kibana from DMZ
#-A INPUT -m state --state NEW -m tcp -p tcp -s {{ net.dmz }} --dport {{ elk.kibana.port }} -j ACCEPT
## elasticsearch from DMZ
#-A INPUT -m state --state NEW -m tcp -p tcp -s {{ net.dmz }} --dport {{ elk.elasticsearch.port }} -j ACCEPT
#{% endif %}

{% if inventory_hostname in groups['irods'] %}
# irods from DMZ and Trust
-A INPUT -m state --state NEW -m tcp -p tcp -s {{ net.dmz }} --dport 1247 -j ACCEPT
Expand Down

0 comments on commit edfb2b8

Please sign in to comment.