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
9 lines
158 B
YAML
9 lines
158 B
YAML
---
|
|
# file: bootstrap_puppetmaster.yml
|
|
- hosts: puppetmaster
|
|
gather_facts: no
|
|
user: ubuntu
|
|
become: true
|
|
roles:
|
|
- { role: bootstrap_puppetmaster }
|