You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/pmci/process-variable-declaration/service-setup.json

101 lines
2.3 KiB
JSON

{
"name" : "service-setup",
"configKey" : "service-setup",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"connect_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
},
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Erstelldatum"
},
"creation_user_id" : {
"type" : "userId",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "creation_user_id"
},
"filterTenantId" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "TenantId"
},
"in_data" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "in_data"
},
"jobs" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "jobs"
},
"keycloakHostname" : {
"type" : "string",
"classification" : "PRIVATE"
},
"kibanaHostname" : {
"type" : "string",
"classification" : "PRIVATE"
},
"managementHostname" : {
"type" : "string",
"classification" : "PRIVATE"
},
"progress_current" : {
"type" : "integer",
"classification" : "PRIVATE",
"label" : "progress_current"
},
"progress_max" : {
"type" : "integer",
"classification" : "PRIVATE",
"label" : "progress_max"
},
"service" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "service"
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"label" : "stage"
},
"tenant" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "tenant"
},
"wordpress_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "wordpress_admin",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
}
}
}