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