/ansible-collection-roles

My collection of roles commonly used

Primary LanguageJinjaApache License 2.0Apache-2.0

Ansible Collection - buluma.roles

A collection of roles found on galaxy.ansible.com/buluma.

Using roles in this collection.

  1. Install the collection:
ansible-galaxy collection install buluma.roles

You can also list a collection in requirements.yml:

---
collections:
  - name: buluma.roles
  1. Include roles in your playbooks:
---
- name: make a great machine
  hosts: all
  tasks:
    - name: bootstrap
      import_role:
        name: buluma.roles.bootstrap