diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-22 12:41:26 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-22 12:52:06 +0200 |
| commit | 1f9af83bafedc45659b422032c30b8204c7414aa (patch) | |
| tree | 321219a31365be84ca27ebbf3dbd6f5dbccfb9ae /roles/backup/meta/main.yml | |
| parent | f4977c88f9bef271fdb7f4e972c2a6dfa8124d33 (diff) | |
Add backup role for mounting a backup device on a rpi machine
Diffstat (limited to 'roles/backup/meta/main.yml')
| -rw-r--r-- | roles/backup/meta/main.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/backup/meta/main.yml b/roles/backup/meta/main.yml new file mode 100644 index 00000000..616d6a42 --- /dev/null +++ b/roles/backup/meta/main.yml @@ -0,0 +1,11 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Mount a dedicated backup drive" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "Debian" + versions: + - "bookworm" |
