infra-ansible/bootstrap_jjb.yml
Ricardo Carrillo Cruz 9d1db52a91 Change the old meta jenkins group to the expected 'jenkins' group
The code is switching from relying on metadata based groups to
dynamically created groups with add_host.
As such, the group containing jenkins is now 'zuul'.

Change-Id: I5958a9fda04255daa028aaf779a208bd517d44a6
2016-06-07 15:12:06 +00:00

8 lines
109 B
YAML

---
- hosts: jenkins
gather_facts: no
user: ubuntu
become: true
roles:
- { role: bootstrap_jjb }