forgejo working
This commit is contained in:
parent
f439eec43e
commit
2c9a70f0fd
3 changed files with 37 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue