cloud-backup/defaults/main.yml
2024-06-23 16:35:46 +02:00

24 lines
569 B
YAML
Executable File

---
cloud_apps: /opt
cloud_storage: /opt/storage
cloud_stage: prod
cloud_update: false
# clients push only daily backup
# server (!= client) will then pull daily backups
backup_client: true
backup_host: "example"
backup_special_time: "daily"
backup_owner: backup
backup_group: "{{ backup_owner }}"
backup_owner_ssh_private_key: "ssh-rsa THEREISNOSUCHRSAKEYYET"
backup_owner_ssh_public_key: "ssh-rsa THEREISNOSUCHRSAKEYYET"
borg_location: "/borg"
backup_root: "{{ cloud_storage }}/backup"
backup_run_folder: "{{ cloud_storage }}"
backup_storage_key: "MyStorageKey"