comment out the lokkit stuff

This commit is contained in:
Seth Vidal 2013-03-02 05:31:12 +00:00
parent bee045be34
commit 70b3bf3899

View file

@ -28,13 +28,12 @@
action: mount name=/srv/persist src='LABEL=lists-dev' fstype=ext4 state=mounted
# open up ports (22, 25, 80, 443)
- name: poke holes in the firewall
action: command lokkit $item
with_items:
- --service=ssh
- --service=https
- --service=http
- --service=smtp
# FIXME - I guess do this with the magic that is firewalld?
# with_items:
# - --service=ssh
# - --service=https
# - --service=http
# - --service=smtp
# packages needed
- name: add packages