mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
Merge pull request #119 from roles-ansible/DO1JLR-patch-1
adding restic rest server to docs
This commit is contained in:
commit
2cdf30f6f7
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ Example:
|
||||||
restic_repos:
|
restic_repos:
|
||||||
local:
|
local:
|
||||||
location: /srv/restic-repo
|
location: /srv/restic-repo
|
||||||
|
password: securepassword0
|
||||||
|
init: true
|
||||||
|
remote:
|
||||||
|
location: rest:https://restic_rest_server.example.com:8000/restic-repo/
|
||||||
password: securepassword1
|
password: securepassword1
|
||||||
init: true
|
init: true
|
||||||
sftp:
|
sftp:
|
||||||
|
|
Loading…
Reference in a new issue