8383944786
The code is switching from relying on metadata based groups to dynamically created groups with add_host. As such, the group containing zuul is now 'zuul'. Change-Id: Ia1336382b489f16a18ca00a67f985d41aad57319
11 lines
192 B
YAML
11 lines
192 B
YAML
---
|
|
- hosts: zuul
|
|
user: ubuntu
|
|
gather_facts: no
|
|
become: true
|
|
name: Run Puppet to install Zuul
|
|
tasks:
|
|
- puppet:
|
|
ignore_errors: yes
|
|
- service: name=apache2 state=started
|