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/datasource/awx-job-templates-plain.json

19 lines
443 B
JSON

{
"name" : "awx-job-templates-plain",
"restApi" : true,
"configKey" : "awx-job-templates-plain",
"payloadType" : "REST",
"config" : [ {
"name" : "connection",
"type" : "CONNECTION",
"value" : "awx"
}, {
"name" : "resource",
"type" : "STRING",
"value" : "api/v2/job_templates?search=${name}"
}, {
"name" : "sqlStatement",
"type" : "STRING",
"value" : "SELECT results FROM default_table"
} ]
}