f859b1e47f
Some users will use infra-ansible for 3rd party, some others will want a minimal infra with Gerrit. Moreover, some services are going away with the advent of Zuul v3. As such, make the services definitions optional, so users can really define what they want for the deploy. Also, reworked the services to be a list, to be more easily loopable with Ansible with_subelements. Change-Id: I0097bf4d90350fbe53b94e27b2036d4b8083263a
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
---
|
|
services:
|
|
- name: puppetmaster
|
|
hosts:
|
|
- puppetmaster.infra.test
|
|
- name: gerrit
|
|
hosts:
|
|
- gerrit.infra.test
|
|
- name: zuul
|
|
hosts:
|
|
- zuul.infra.test
|
|
- name: jenkins
|
|
hosts:
|
|
- jenkins.infra.test
|