infra-ansible/bootstrap_gerrit.yml
Ricardo Carrillo Cruz 682d0f14b4 Remove dependency from system-config
Instead of reusing system-config, just use Hiera as ENC
2015-08-12 11:11:06 +02:00

9 lines
153 B
YAML

---
# file: boostrap_gerrit.yml
- hosts: meta-infra_type_gerrit
gather_facts: no
user: ubuntu
sudo: true
roles:
- { role: bootstrap_gerrit }