From e33a56416239ad93ae8242cc1c70b3eab94e20aa Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 18 Dec 2012 21:07:32 +0000 Subject: [PATCH] poke holes --- playbooks/groups/jenkins-cloud.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 9b0767becd..005610d8af 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -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: