fix: template password vsyncdir

This commit is contained in:
2024-12-22 21:31:28 +00:00
parent 1c697a3483
commit 532c0bf7fa
2 changed files with 6 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ icinga_api_pass: "HISTORY_PURGED_SECRET"
icinga_api_url: "https://192.168.122.107:5665"
icinga_web_url: "https://icinga.atlantishq.de/"
backup_vsyncdir_password: HISTORY_PURGED_SECRET
event_dispatcher_host: dispatcher.atlantishq.de
event_dispatcher_proto: https
event_dispatcher_port: 443

View File

@@ -11,7 +11,7 @@ type = "caldav"
read_only = true
url = "https://ths.atlantishq.de/remote.php/dav/calendars/backup/ths_shared_by_ths/"
username = "backup"
password = "HISTORY_PURGED_SECRET"
password = "{{ backup_vsyncdir_password }}"
[storage ths_local_caldav]
type = "filesystem"
@@ -28,7 +28,7 @@ type = "carddav"
read_only = true
url = "https://ths.atlantishq.de/remote.php/dav/addressbooks/users/backup/ths_shared_by_ths/"
username = "backup"
password = "HISTORY_PURGED_SECRET"
password = "{{ backup_vsyncdir_password }}"
[storage ths_local_carddav]
type = "filesystem"
@@ -46,7 +46,7 @@ type = "carddav"
read_only = true
url = "https://ths.atlantishq.de/remote.php/dav/addressbooks/users/backup/ths-telefon-1_shared_by_ths/"
username = "backup"
password = "HISTORY_PURGED_SECRET"
password = "{{ backup_vsyncdir_password }}"
[storage ths_local_carddav_telefon]
type = "filesystem"