restic: role for installing restic client
This commit is contained in:
parent
74f9120957
commit
c38bda8dfd
4 changed files with 38 additions and 0 deletions
7
nas.yml
7
nas.yml
|
|
@ -62,3 +62,10 @@
|
|||
roles:
|
||||
- restic-rest
|
||||
tags: restic-rest
|
||||
|
||||
- name: Install Restic
|
||||
hosts: nas
|
||||
become: yes
|
||||
roles:
|
||||
- restic
|
||||
tags: restic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue