c00b05a675
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.
12 lines
322 B
YAML
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
|