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

Commit

Permalink
#8 allow irods.icat.db_port to icat
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 9, 2016
1 parent c4d8af2 commit 4d3747d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/iptables/templates/iptables.j2
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
-A INPUT -m state --state NEW -m tcp -p tcp -s {{ net.trust }} --dport {{ irods.port }} -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp -s {{ net.trust }} --dport {{ irods.portrange }} -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp -s {{ net.trust }} --dport {{ irods.portrange }} -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp -s {{ net.dmz }} --dport {{ irods.icat.db_port }} -J ACCEPT
{% endif %}

{% if inventory_hostname in groups['jex'] %}
Expand Down

0 comments on commit 4d3747d

Please sign in to comment.