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