mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: template password vsyncdir
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user