Actions
| Action | Category | Description | Params | Command Template | Flags |
|---|---|---|---|---|---|
job_templates | info | List job templates | | awx job_templates list -f human | idempotent |
3-layer compositionINTERFACE
#ActionDef & { name: "job_templates", category: "info" }PROVIDER
command_template: "awx job_templates list -f human"
| |||||
Import
import "quicue.ca/template/awx/patterns"
actions: patterns.#uawxRegistry
JSON-LD
{
"@id": "https://quicue.ca/project/quicue-awx",
"@type": "quicue:Provider",
"quicue:providerName": "awx",
"quicue:category": "automation",
"quicue:actionCount": 10
}