A collection of roles found on galaxy.ansible.com/buluma.
- Install the collection:
ansible-galaxy collection install buluma.roles
You can also list a collection in requirements.yml
:
---
collections:
- name: buluma.roles
- Include roles in your playbooks:
---
- name: make a great machine
hosts: all
tasks:
- name: bootstrap
import_role:
name: buluma.roles.bootstrap