add tags to script so I can figure out if the workers pb is working

This commit is contained in:
Seth Vidal 2012-12-17 22:59:19 +00:00
parent 600b50fed7
commit 3bedcf0cc5

View file

@ -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