5cf27e411f
Moving the setup of Puppetlabs apt repo and installation of puppet packages to common role. The bootstrap_puppet_infra_node now only configures puppet.conf and enables the puppet agent.
9 lines
118 B
YAML
9 lines
118 B
YAML
---
|
|
# file: common.yml
|
|
- hosts: infra
|
|
gather_facts: yes
|
|
user: ubuntu
|
|
sudo: true
|
|
roles:
|
|
- { role: common }
|