blob: 30ba5818aaab0dcf670b44a4a79056b021624402 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
---
dependencies:
- role: "bash"
- role: "restic"
- role: "systemd"
when: ansible_facts['service_mgr'] == "systemd"
- role: "busybox-openrc"
when: ansible_facts['service_mgr'] == "openrc"
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"
|