From 1431f7a30ac139c789efb9e9ea482fb4fbfa1f47 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 9 May 2021 14:26:21 +0100 Subject: [PATCH] Add restic to `walker` --- ansible/host_vars/walker.yml | 11 +++++++++++ ansible/main.yml | 1 + 2 files changed, 12 insertions(+) diff --git a/ansible/host_vars/walker.yml b/ansible/host_vars/walker.yml index b8bde4e..ffa77a3 100644 --- a/ansible/host_vars/walker.yml +++ b/ansible/host_vars/walker.yml @@ -1 +1,12 @@ with_traefik_pages: true + +restic_backup_locations: + - /opt +healthchecks_id: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 30663732643431326232366364373238653263613039373232663563303334326137376663373366 + 6136306335363665313133623531643736653934323034620a346461633634633932343936376361 + 36386539376630333361336664616238363532643764616137666435336366373962396336633835 + 6338343236636637620a643137396563333862376464333461376535663938313034323236653334 + 34393364666562303630396333663463363735353134313161303062373433393731373461383634 + 6266613466303865333834616630626337383735323566336639 diff --git a/ansible/main.yml b/ansible/main.yml index f7c1b4f..6fafe82 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -86,6 +86,7 @@ - duplicati - plausible - pages + - restic - hosts: jellyfin roles: