9d1db52a91
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
8 lines
109 B
YAML
8 lines
109 B
YAML
---
|
|
- hosts: jenkins
|
|
gather_facts: no
|
|
user: ubuntu
|
|
become: true
|
|
roles:
|
|
- { role: bootstrap_jjb }
|