Skip to content

Fix Ansible s3 vars for docker-compose template

Drew G. Wallace requested to merge drewgwallace/HomelabOS:patch-1 into master

From group_vars/homelabos:

# S3 Backup Server Information (More information can be found in the Backups section of the HomelabOS Documentation)
s3_path:
s3_access_key:
s3_secret_key:
s3_backup_password:
# Backup every day at 4:00 AM
s3_backup_cron: 0 4 * * *
Edited by Drew G. Wallace

Merge request reports