A collection of roles to install and configure Bareos.
- Install the collection:
ansible-galaxy collection install adfinis.bareos
You can also list a collection in requirements.yml
:
---
collections:
- name: adfinis.bareos
- Include roles in your playbooks:
---
- name: make a great machine
hosts: all
tasks:
- name: Install Bareos repository
import_role:
name: adfinis.bareos.repository