Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 559 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 559 Bytes

Ansible Collection - adfinis.bareos

A collection of roles to install and configure Bareos.

Using roles in this collection.

  1. Install the collection:
ansible-galaxy collection install adfinis.bareos

You can also list a collection in requirements.yml:

---
collections:
  - name: adfinis.bareos
  1. Include roles in your playbooks:
---
- name: make a great machine
  hosts: all
  tasks:
    - name: Install Bareos repository
      import_role:
        name: adfinis.bareos.repository