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:
@@ -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
|
||||
|
||||
@@ -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