diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..f69ac56 --- /dev/null +++ b/meta/main.yml @@ -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: []