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
|
hosts: jenkins-slaves
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
tags:
|
||||||
|
- jenkins_workers
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -109,10 +111,12 @@
|
||||||
tasks:
|
tasks:
|
||||||
- include: $tasks/persistent_cloud.yml
|
- include: $tasks/persistent_cloud.yml
|
||||||
|
|
||||||
- name: provision master
|
- name: provision workers
|
||||||
hosts: jenkins-slaves
|
hosts: jenkins-slaves
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
tags:
|
||||||
|
- jenkins_workers
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue