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/provisioning/process-variable-declaration/simple-connect.json

197 lines
4.5 KiB
JSON

{
"name" : "Simple Connect",
"configKey" : "simple-connect",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"antrag_decission" : {
"type" : "string",
"classification" : "PRIVATE"
},
"approve_comment" : {
"type" : "string",
"classification" : "PRIVATE"
},
"awxPath" : {
"type" : "string",
"classification" : "PRIVATE"
},
"candidateGroups" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Gruppen"
},
"cluster" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"name" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Name"
}
}
},
"connect" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"version" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Version"
}
}
},
"connect_admin_password" : {
"type" : "string",
"classification" : "PRIVATE"
},
"connect_admin_username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"connect-features" : {
"type" : "object",
"classification" : "PRIVATE"
},
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Erstelldatum"
},
"creation_user_id" : {
"type" : "userId",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Ersteller"
},
"edit_tenant" : {
"type" : "boolean",
"classification" : "PRIVATE"
},
"extra_vars" : {
"type" : "object",
"classification" : "PRIVATE"
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "ID"
},
"job_template_id" : {
"type" : "string",
"classification" : "PRIVATE"
},
"jobs" : {
"type" : "object",
"classification" : "PRIVATE"
},
"key" : {
"type" : "string",
"classification" : "PRIVATE"
},
"keycloak_admin_password" : {
"type" : "string",
"classification" : "PRIVATE"
},
"keycloak_admin_username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"name" : {
"type" : "string",
"classification" : "PRIVATE"
},
"process_definition_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Prozess"
},
"progress_current" : {
"type" : "long",
"classification" : "PRIVATE"
},
"progress_max" : {
"type" : "long",
"classification" : "PRIVATE"
},
"pruefer_id" : {
"type" : "string",
"classification" : "PRIVATE"
},
"selected_tenant" : {
"type" : "object",
"classification" : "PRIVATE"
},
"sendUpAndRunningMail" : {
"type" : "boolean",
"classification" : "PRIVATE"
},
"service" : {
"type" : "string",
"classification" : "PRIVATE"
},
"service_url" : {
"type" : "string",
"classification" : "PRIVATE"
},
"size" : {
"type" : "long",
"classification" : "PRIVATE"
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE"
},
"tenant" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"name" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Mandant Name"
},
"key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Mandant Schlüssel"
}
}
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE"
},
"vorgang_status" : {
"type" : "string",
"classification" : "PRIVATE"
},
"vorgang_status_text" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Status"
},
"wizard_selection" : {
"type" : "string",
"classification" : "PRIVATE"
},
"wordpress_admin_password" : {
"type" : "string",
"classification" : "PRIVATE"
},
"wordpress_admin_username" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
}