allow port 80 in iptables

This commit is contained in:
Ricky Elrod 2013-07-02 18:32:47 +00:00
parent 668c30a61c
commit ffc0528eb0

View file

@ -49,3 +49,5 @@
- git
- name: clone the flask repo
git: repo=git://github.com/fedora-infra/hrf.git dest=/srv/www/
- name: enable port 80
command: lokkit -p '80:tcp'