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
112 B
YAML
8 lines
112 B
YAML
---
|
|
- hosts: jenkins
|
|
user: ubuntu
|
|
become: true
|
|
name: Run Puppet to install Jenkins
|
|
tasks:
|
|
- puppet:
|