
Decoupled several things from bootstrap roles into subroles and added several default and group variables
5 lines
200 B
YAML
5 lines
200 B
YAML
---
|
|
# Puppet apply the puppetdb manifest
|
|
- command: puppet apply --modulepath='/opt/system-config/production/modules:/etc/puppet/modules' -e 'include openstack_project::puppetdb'
|
|
tags: puppet_apply
|