restic: role for installing restic client

This commit is contained in:
Jef Roosens 2024-01-09 22:53:27 +01:00
parent 74f9120957
commit c38bda8dfd
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 38 additions and 0 deletions

View file

@ -62,3 +62,10 @@
roles:
- restic-rest
tags: restic-rest
- name: Install Restic
hosts: nas
become: yes
roles:
- restic
tags: restic