try out tcp ports as a list
need a nicer long term iptables solution
This commit is contained in:
parent
13926a05e6
commit
171ef5245a
1 changed files with 5 additions and 7 deletions
|
@ -35,17 +35,15 @@
|
|||
- euca2ools
|
||||
- rsync
|
||||
- openssh-clients
|
||||
- system-config-firewall-base
|
||||
|
||||
- name: mount up disk of fedocal persistent storage
|
||||
action: mount name=/srv/persist src='LABEL=fedocal.dev' fstype=ext4 state=mounted
|
||||
|
||||
# open up tcp ports (22, 80, 443)
|
||||
#- name: poke holes in the firewall
|
||||
# action: command
|
||||
# with_items:
|
||||
# - --service=ssh
|
||||
# - --service=https
|
||||
# - --service=http
|
||||
# open up tcp ports
|
||||
- name: poke holes in the firewall
|
||||
action: command lokkit -p $item
|
||||
with_items: $tcp_ports
|
||||
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue