informaticsmatters/Trigger AWX
Launches a named Template on an AWX server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 16, 2026
- License
- Apache 2.0
Pinned Snippet
uses: informaticsmatters/trigger-awx-action@8c6724c96ac04d351095d095a5fc1c1d1785cb7d # 1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| template | The name of the template to run | yes | — |
| template-host | The hostname of the AWX server, i.e. 'https://example.com' | yes | — |
| template-user | The username of a user that can execute the template | yes | — |
| template-user-password | The template user's password | yes | — |
| template-var | A template variable. If omitted, the template is launched without any extra variables | no | — |
| template-var-value | A value for the template variable | no | — |
Outputs
no outputs