mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
comment out the lokkit stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user