forgejo working

This commit is contained in:
counterweight 2025-07-20 00:07:13 +02:00
parent f439eec43e
commit 2c9a70f0fd
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 37 additions and 5 deletions

View file

@ -17,7 +17,3 @@ forgejo_subdomain: forgejo
remote_host: "{{ groups['vipy'][0] }}"
remote_user: "{{ hostvars[remote_host]['ansible_user'] }}"
remote_key_file: "{{ hostvars[remote_host]['ansible_ssh_private_key_file'] | default('') }}"
# Local backup
local_backup_dir: "{{ lookup('env', 'HOME') }}/forgejo-backups"
backup_script_path: "{{ lookup('env', 'HOME') }}/.local/bin/forgejo_backup.sh"