285f884691
The code is switching from relying on metadata based groups to dynamically created groups with add_host. As such, the group containing puppetmaster is now 'puppetmaster'. Change-Id: Ic66a68fd7e873816ec27be37ce4842eea8268a47
8 lines
157 B
YAML
8 lines
157 B
YAML
---
|
|
# file: bootstrap_puppet_infra_nodes.yml
|
|
- hosts: infra:!puppetmaster
|
|
user: ubuntu
|
|
become: true
|
|
roles:
|
|
- { role: bootstrap_puppet_infra_node }
|