mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-10 05:43:30 +01:00
21 lines
387 B
YAML
21 lines
387 B
YAML
---
|
|
galaxy_info:
|
|
role_name: restic
|
|
author: do1jlr
|
|
description: Ansible role to deploy restic and setup backups.
|
|
license: MIT
|
|
min_ansible_version: 2.10.6
|
|
platforms:
|
|
- name: Debian
|
|
versions: all
|
|
- name: EL
|
|
versions: all
|
|
- name: Fedora
|
|
versions: all
|
|
- name: Ubuntu
|
|
versions: all
|
|
galaxy_tags:
|
|
- backup
|
|
- restic
|
|
|
|
dependencies: []
|