vm-ansible/roles/backupscript/defaults/main.yaml

8 lines
116 B
YAML
Raw Normal View History

2022-04-16 19:09:47 +02:00
---
backup:
2022-05-04 13:59:01 +02:00
host: backup.intra.tormakris.dev
2022-04-16 19:09:47 +02:00
internal: true
prearecommand: ""
basedir: /mnt/backupstore
2022-04-16 19:55:29 +02:00
...