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