From b229169df5c3a12e4ea4e29796cf4f7678ed894c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 18 Aug 2014 19:32:48 +0000 Subject: [PATCH] Convert jenkins over to use tcp_ports vars. --- inventory/host_vars/jenkins.cloud.fedoraproject.org | 1 + playbooks/groups/jenkins-cloud.yml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/inventory/host_vars/jenkins.cloud.fedoraproject.org b/inventory/host_vars/jenkins.cloud.fedoraproject.org index df29f7da60..4f98ae70c3 100644 --- a/inventory/host_vars/jenkins.cloud.fedoraproject.org +++ b/inventory/host_vars/jenkins.cloud.fedoraproject.org @@ -6,6 +6,7 @@ security_group: jenkins zone: nova hostbase: jenkins-master- public_ip: 209.132.184.153 +tcp_ports: [22, 80, 443] root_auth_users: pingou description: jenkins cloud master volumes: ['-d /dev/vdb vol-00000011', '-d /dev/vdc vol-0000002b'] diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index ed318f2bff..ded97c2e5f 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -39,13 +39,6 @@ - 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: