diff options
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 3225 -> 3388 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex e747f7cf..aa66bcf5 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index b8a86f63..a4360b37 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -76,13 +76,16 @@ grafana_dashboards: - key: "${DS__VICTORIAMETRICS}" value: "prometheus" - name: "garage" + # yamllint disable-line rule:line-length url: "https://git.deuxfleurs.fr/Deuxfleurs/garage/raw/branch/main/script/telemetry/grafana-garage-dashboard-prometheus.json" datasource_mappings: - key: "${DS_prometheus}" value: "prometheus" backup_device: "PARTLABEL=backup" - garage_rpc_secret: "changeme" garage_access_key_id: "GK_changeme" garage_secret_access_key: "changeme" +garage_bucket: "restic" +garage_data_dir: "/backup/garage/data" +garage_meta_dir: "/backup/garage/meta" |
