infra-ansible/infra_config.yml.sample
Ricardo Carrillo Cruz f859b1e47f Make services optional
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
2016-06-17 10:48:36 +00:00

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