open httpd ports

This commit is contained in:
Miroslav Suchý 2015-02-03 16:31:57 +00:00
parent 65dedbe5b7
commit 513ecd83ec

View file

@ -77,6 +77,7 @@
line="-A INPUT -s 172.24.0.10/24 -p tcp -m multiport --dports {{ item }} -m comment --comment \"added by fedora-infra ansible\" -j ACCEPT"
backup=yes
with_items:
- 80,443
- 3260
- 3306
- 5671