From 0be7583911bfe15276b736697caebb3752da56b6 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 21 Jul 2026 12:41:07 +0200 Subject: Fix restic install and add backup role Co-Authored-By: Claude.ai --- host_vars/git.home.arpa.yml.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'host_vars/git.home.arpa.yml.example') diff --git a/host_vars/git.home.arpa.yml.example b/host_vars/git.home.arpa.yml.example index 45b037b5..9eb71e29 100644 --- a/host_vars/git.home.arpa.yml.example +++ b/host_vars/git.home.arpa.yml.example @@ -18,3 +18,12 @@ cgit_hostname: "git.home.arpa" cgit_title: "git.example.com" cgit_description: "git repositories" cgit_ssh_user: "git" + +backup_name: "git" +backup_paths: + - "/srv/git" +backup_cron_schedule: "0 0 * * 0" +backup_repo: "s3:http://{{ hostvars['rpi5.local'].network_ipv4_address }}:3900/backups" +backup_access_key_id: "{{ hostvars['rpi5.local'].garage_access_key_id }}" +backup_secret_access_key: "{{ hostvars['rpi5.local'].garage_secret_access_key }}" +backup_password: "changeme" -- cgit v1.2.3