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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue