poke holes

This commit is contained in:
Seth Vidal 2012-12-18 21:07:32 +00:00
parent 0eda7953bd
commit e33a564162

View file

@ -30,6 +30,13 @@
- name: mount our persistent space
action: mount name=/var/lib/jenkins src='LABEL=jenkins' fstype=ext4 state=mounted
- name: poke firewall holes
action: command lokkit $item
with_items:
- --service=ssh
- --service=https
- --service=http
- name: install pkgs for jenkins
action: yum state=installed pkg=$item
with_items: