summaryrefslogtreecommitdiffstats
path: root/roles/backup/meta/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/backup/meta/main.yml')
-rw-r--r--roles/backup/meta/main.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/roles/backup/meta/main.yml b/roles/backup/meta/main.yml
new file mode 100644
index 00000000..26db6058
--- /dev/null
+++ b/roles/backup/meta/main.yml
@@ -0,0 +1,22 @@
+---
+dependencies:
+ - role: "bash"
+ - role: "restic"
+galaxy_info:
+ author: "a14m"
+ description: "Backup a directory to S3 using restic"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"
+ - name: "Alpine"
+ versions:
+ - "all"