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