infra-ansible/site.yml
Ricardo Carrillo Cruz c00b05a675 Adapt the top-level execution playbook to the previous refactor
On the previous commits, I refactored the common and
bootstrap_puppet_infra_node, plus added top-level playbooks
to run puppet for the various services.
This change use those commits for execution.
2015-08-27 10:45:02 +02:00

12 lines
322 B
YAML

---
# file: site.yml
- include: common.yml
- include: set_hostnames.yml
- include: bootstrap_puppetmaster.yml
- include: bootstrap_puppet_infra_nodes.yml
- include: bootstrap_gerrit.yml
- include: run_puppet_on_gerrit.yml
- include: run_puppet_on_zuul.yml
- include: run_puppet_on_jenkins.yml
- include: bootstrap_jjb.yml