50173449a6
Similar to puppet modules, ansible roles can be uploaded to ansible galaxy and can be consumed in a role-per-repo manner.
6 lines
91 B
YAML
6 lines
91 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: "{{ rolename }}"
|
|
puppetmaster: localhost
|