mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
docs: Repositories can be a list (#134)
This commit is contained in:
parent
f5d7a0afb6
commit
cbe280e7ff
@ -26,7 +26,8 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
|
|||||||
roles:
|
roles:
|
||||||
- role: borgbase.ansible_role_borgbackup
|
- role: borgbase.ansible_role_borgbackup
|
||||||
borg_encryption_passphrase: CHANGEME
|
borg_encryption_passphrase: CHANGEME
|
||||||
borg_repository: ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
|
borg_repository:
|
||||||
|
- ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
|
||||||
borg_source_directories:
|
borg_source_directories:
|
||||||
- /var/www
|
- /var/www
|
||||||
borgmatic_hooks:
|
borgmatic_hooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user