55303f4bb8
Decoupled several things from bootstrap roles into subroles and added several default and group variables
8 lines
172 B
YAML
8 lines
172 B
YAML
---
|
|
# file: bootstrap_puppet_infra_nodes.yml
|
|
- hosts: infra:!meta-infra_type_puppetmaster
|
|
user: ubuntu
|
|
sudo: true
|
|
roles:
|
|
- { role: bootstrap_puppet_infra_nodes }
|