From 3bedcf0cc5e36534267d80294b74457c874c3fbc Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 17 Dec 2012 22:59:19 +0000 Subject: [PATCH] add tags to script so I can figure out if the workers pb is working --- playbooks/groups/jenkins-cloud.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 2b1553d347..5b00bbbf6e 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -101,6 +101,8 @@ hosts: jenkins-slaves user: root gather_facts: False + tags: + - jenkins_workers vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -109,10 +111,12 @@ tasks: - include: $tasks/persistent_cloud.yml -- name: provision master +- name: provision workers hosts: jenkins-slaves user: root gather_facts: True + tags: + - jenkins_workers vars_files: - /srv/web/infra/ansible/vars/global.yml