summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.ymlbin3225 -> 3388 bytes
-rw-r--r--host_vars/rpi5.local.yml.example5
2 files changed, 4 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index e747f7cf..aa66bcf5 100644
--- a/host_vars/rpi5.local.yml
+++ b/host_vars/rpi5.local.yml
Binary files differ
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"