add tags to script so I can figure out if the workers pb is working
This commit is contained in:
parent
600b50fed7
commit
3bedcf0cc5
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue