ansible-borg-server-role/defaults/main.yml
2023-02-17 14:28:38 +01:00

13 lines
257 B
YAML

---
# defaults file for ${REPO_NAME_TITLE}
borg_version: false
user: backup
group: backup
home: /home/backup
pool: "{{ home }}/repos"
auth_users:
[]
# - host: johndoe.clnt.local
# key: "{{ lookup('file', '/path/to/keys/johndoe.clnt.local.pub') }}"