infra-ansible/common.yml
Ricardo Carrillo Cruz 5cf27e411f Refactor common and bootstrap_puppet_infra_node roles
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.
2015-08-27 10:31:56 +02:00

9 lines
118 B
YAML

---
# file: common.yml
- hosts: infra
gather_facts: yes
user: ubuntu
sudo: true
roles:
- { role: common }