comment out the lokkit stuff
This commit is contained in:
parent
bee045be34
commit
70b3bf3899
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue