2018-10-12 08:10:42 +02:00
|
|
|
---
|
|
|
|
dependencies: []
|
|
|
|
|
|
|
|
galaxy_info:
|
|
|
|
author: Manuel Riel
|
2021-04-20 08:53:35 +02:00
|
|
|
role_name: ansible_role_borgbackup
|
|
|
|
namespace: m3nu
|
2018-10-12 08:16:28 +02:00
|
|
|
description: Set up backup to remote machine using Borg and Borgmatic.
|
2018-10-12 08:10:42 +02:00
|
|
|
company: "BorgBase.com"
|
2018-10-12 08:12:32 +02:00
|
|
|
license: license (BSD, MIT)
|
2018-10-12 08:10:42 +02:00
|
|
|
min_ansible_version: 2.0
|
|
|
|
platforms:
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- all
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- trusty
|
|
|
|
- xenial
|
|
|
|
- bionic
|
2022-09-03 11:07:50 +02:00
|
|
|
- name: ArchLinux
|
2021-09-23 12:07:49 +02:00
|
|
|
versions:
|
|
|
|
- all
|
2018-10-12 08:10:42 +02:00
|
|
|
galaxy_tags:
|
|
|
|
- backup
|
|
|
|
- cloud
|
|
|
|
- system
|
|
|
|
- security
|
|
|
|
|
2021-09-23 12:07:49 +02:00
|
|
|
allow_duplicates: true
|