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
9 lines
139 B
YAML
9 lines
139 B
YAML
---
|
|
# file: boostrap_gerrit.yml
|
|
- hosts: gerrit
|
|
gather_facts: no
|
|
user: ubuntu
|
|
become: true
|
|
roles:
|
|
- { role: bootstrap_gerrit }
|