
Decoupled several things from bootstrap roles into subroles and added several default and group variables
9 lines
230 B
YAML
9 lines
230 B
YAML
---
|
|
# Install puppet
|
|
- command: bash /opt/system-config/production/install_puppet.sh
|
|
tags: install_puppet
|
|
|
|
# Install puppet modules
|
|
- command: bash /opt/system-config/production/install_modules.sh
|
|
tags: install_puppet_modules
|