parent
042471a4fc
commit
99bd3218a7
1 changed files with 24 additions and 0 deletions
24
meta/main.yml
Normal file
24
meta/main.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
galaxy_info:
|
||||
role_name: restic
|
||||
author: angristan
|
||||
description: Ansible role for Restic
|
||||
license: MIT
|
||||
min_ansible_version: 2.4
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
|
||||
galaxy_tags:
|
||||
- debian
|
||||
- ubuntu
|
||||
- backup
|
||||
- restic
|
||||
- s3
|
||||
- ssh
|
||||
|
||||
dependencies: []
|
Loading…
Reference in a new issue