
Running provision AND configuration on same run causes race-conditions from dynamic inventory, like meta groups not being available later in the play. Better run provision_infra_servers on its own and have site.yml just for the configuration play.
14 lines
390 B
YAML
14 lines
390 B
YAML
---
|
|
# file: site.yml
|
|
- include: common.yml
|
|
- include: set_hostnames.yml
|
|
- include: deploy_site_pp.yml
|
|
- include: deploy_hiera.yml
|
|
- include: bootstrap_puppetmaster.yml
|
|
- include: bootstrap_puppet_infra_nodes.yml
|
|
- include: sign_infra_nodes_certs.yml
|
|
- include: pre_puppet_gerrit.yml
|
|
- include: run_puppet_infra_nodes.yml
|
|
- include: post_puppet_gerrit.yml
|
|
- include: post_puppet_jenkins.yml
|