feat: add owner variable for later filter

This commit is contained in:
2023-07-08 15:46:28 +02:00
parent 696f190667
commit 2d221a38c6

View File

@@ -54,7 +54,8 @@ def create_service(user, async_service_name, app):
"vars" : { "vars" : {
"host" : "async-icinga.atlantishq.de", "host" : "async-icinga.atlantishq.de",
"service_name" : async_service_name, "service_name" : async_service_name,
"protocol" : "https" "protocol" : "https",
"owner" : user
} }
} }
} }