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.
This commit is contained in:
Ricardo Carrillo Cruz 2015-08-27 10:45:02 +02:00
parent 7eac337be5
commit c00b05a675
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
- include: common.yml
- include: set_hostnames.yml
- include: bootstrap_puppetmaster.yml
- include: bootstrap_gerrit.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