
Decoupled several things from bootstrap roles into subroles and added several default and group variables
5 lines
161 B
YAML
5 lines
161 B
YAML
---
|
|
- command: puppet cert sign {{ item }} creates=/var/lib/puppet/ssl/ca/signed/{{ item }}.pem
|
|
when: item != inventory_hostname
|
|
with_items: groups['infra']
|