682d0f14b4
Instead of reusing system-config, just use Hiera as ENC
8 lines
171 B
YAML
8 lines
171 B
YAML
---
|
|
# file: bootstrap_puppet_infra_nodes.yml
|
|
- hosts: infra:!meta-infra_type_puppetmaster
|
|
user: ubuntu
|
|
sudo: true
|
|
roles:
|
|
- { role: bootstrap_puppet_infra_node }
|