Skip to content

A collection of Ansible roles to manage Bareos installations.

License

Notifications You must be signed in to change notification settings

adf-patrickha/ansible-collection-bareos

 
 

Repository files navigation

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

About

A collection of Ansible roles to manage Bareos installations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 93.5%
  • Shell 6.5%