mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 05:27:29 +01:00
added borgmatic play and vars
This commit is contained in:
@@ -96,10 +96,11 @@ WORDPRESS_DB_ROOT_PASS: '{{ vault_WORDPRESS_DB_ROOT_PASS }}'
|
|||||||
borg_source_directories:
|
borg_source_directories:
|
||||||
- /home/{{ system_user_name }}/docker
|
- /home/{{ system_user_name }}/docker
|
||||||
|
|
||||||
borgmatic_bin_dir: '/home/{{ system_user_name }}/bin'
|
borgmatic_bin_dir: '/home/{{ system_user_name }}/.local/bin'
|
||||||
#local_backup_path: '/backups/borgmatic'
|
#local_backup_path: '/backups/borgmatic'
|
||||||
borgbase_ssh_repo_url: '{{ vault_borgbase_ssh_repo_url }}'
|
borgbase_ssh_repo_url: '{{ vault_borgbase_ssh_repo_url }}'
|
||||||
ssh_backup_keyfile: '/root/.ssh/id_ed25519'
|
borgbase_hostname: "{{ borgbase_ssh_repo_url.split('@')[1].split('/')[0] }}"
|
||||||
|
ssh_backup_keyfile: '/home/simon/.ssh/id_ed25519'
|
||||||
borgmatic_passphrase: '{{ vault_borgmatic_passphrase }}'
|
borgmatic_passphrase: '{{ vault_borgmatic_passphrase }}'
|
||||||
backup_user_name: '{{ vault_backup_user_name }}'
|
backup_user_name: '{{ vault_backup_user_name }}'
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,9 @@ all:
|
|||||||
stirling_pdf_hosts:
|
stirling_pdf_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
10.11.12.35:
|
10.11.12.35:
|
||||||
|
borgmatic_hosts:
|
||||||
|
hosts:
|
||||||
|
10.11.12.35:
|
||||||
opensourcepos_hosts:
|
opensourcepos_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
wordpress_hosts:
|
wordpress_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user