mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Follow usual layout
This commit is contained in:
parent
6896230e29
commit
7338b0b8ca
1 changed files with 13 additions and 0 deletions
|
@ -38,6 +38,13 @@ cat PUBKEY | ssh USER@HOST 'dd of=.ssh/authorized_keys oflag=append conv=notrunc
|
|||
Minimal working configuration (`inventory/host_vars/<yourdomain>/vars.yml`) to enable borg backup:
|
||||
|
||||
```yaml
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# backup-borg #
|
||||
# #
|
||||
########################################################################
|
||||
|
||||
backup_borg_enabled: true
|
||||
backup_borg_location_repositories:
|
||||
- ssh://USER@HOST/./REPO
|
||||
|
@ -50,6 +57,12 @@ backup_borg_ssh_key_private: |
|
|||
RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXgg
|
||||
ZWEgY29tbW9kbyBjb25zZXF1YXQuIA==
|
||||
-----END OPENSSH PRIVATE KEY-----
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# /backup-borg #
|
||||
# #
|
||||
########################################################################
|
||||
```
|
||||
|
||||
where:
|
||||
|
|
Loading…
Reference in a new issue