infra-ansible/bootstrap_jjb.yml
Ricardo Carrillo Cruz cd329e7920 Add bootstrap_jjb role and top-level playbook
This configured JJB configuration and triggers JJB update to populate
jobs
2015-08-24 09:41:56 +02:00

9 lines
151 B
YAML

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