mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
18 lines
301 B
YAML
18 lines
301 B
YAML
---
|
|
galaxy_info:
|
|
role_name: restic
|
|
author: L3D
|
|
description: Role to deploy restic and setup backups.
|
|
license: MIT
|
|
min_ansible_version: 2.11
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- buster
|
|
galaxy_tags:
|
|
- backup
|
|
- archive
|
|
- delete
|
|
- restic
|
|
|
|
dependencies: []
|