From 7c7cecfd1b0718951c5e7045094b81736accf88e Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 12 Nov 2023 06:25:38 +0000 Subject: [PATCH] remove: obsolete backup_private_daten and backup_ths_server --- group_vars/all.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/group_vars/all.yaml b/group_vars/all.yaml index c62600d..460327d 100644 --- a/group_vars/all.yaml +++ b/group_vars/all.yaml @@ -46,11 +46,9 @@ monitoring_master: false async_icinga_static_services: - { "name" : "ths_auftragsdatenbank", "timeout" : "5h", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - - { "name" : "backup_private_daten", "timeout" : "3d", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "apt_atlantis_laptop", "timeout" : "30d", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "apt_atlantis_pc", "timeout" : "30d", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "backup_atlantis_laptop", "timeout" : "30d", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - - { "name" : "backup_ths_server", "timeout" : "30d", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "backup_ths_storrage_box", "timeout" : "30d", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "mail_atlantishq", "timeout" : "1h", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "ths_caldav_backup", "timeout" : "2d", "owner" : "sheppy", "token" : "HISTORY_PURGED_SECRET" }