
Decoupled several things from bootstrap roles into subroles and added several default and group variables
11 lines
305 B
YAML
11 lines
305 B
YAML
---
|
|
# file: site.yml
|
|
- include: provision_infra_servers.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: run_puppet_infra_nodes.yml
|