{"id":21721346,"url":"https://github.com/informaticsmatters/trigger-awx-action","last_synced_at":"2026-02-09T12:36:31.173Z","repository":{"id":65157788,"uuid":"331456644","full_name":"InformaticsMatters/trigger-awx-action","owner":"InformaticsMatters","description":"A GitHub Action that triggers execution of a named template on an AWX server","archived":false,"fork":false,"pushed_at":"2024-12-03T13:21:37.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-03T14:49:19.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InformaticsMatters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-20T23:08:37.000Z","updated_at":"2023-08-22T15:41:54.000Z","dependencies_parsed_at":"2024-12-03T14:24:54.707Z","dependency_job_id":"e6fedd40-e93a-4558-a14f-17b340419cff","html_url":"https://github.com/InformaticsMatters/trigger-awx-action","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"27809b6c176af187d16f3f099d0684a3aba5f6b4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Ftrigger-awx-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Ftrigger-awx-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Ftrigger-awx-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Ftrigger-awx-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InformaticsMatters","download_url":"https://codeload.github.com/InformaticsMatters/trigger-awx-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235621552,"owners_count":19019519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-26T02:15:59.501Z","updated_at":"2026-02-09T12:36:31.108Z","avatar_url":"https://github.com/InformaticsMatters.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trigger AWX action\nA GitHub Action that triggers execution of a named template on an [AWX] server.\nIn addition to running the template you can inject a value for a template\nvariable. If unused, the variable `image_tag` is set to the value `latest`.\n\nThis action essentially allows you to run templates in a remote\nAWX server, given a template name, and template user credentials.\n\nThis action is typically used after you've built and published a container\nimage, and you then want to trigger an AWX template that would deploy that\nimage, say to a Kubernetes cluster.\n\n## Inputs\n\n### `template`\n**Required** The name of the AWX template to run\n\n### `template-host`\n**Required** The hostname of the AWX server\n\n### `template-user`\n**Required** The username of a user that can execute the template\n\n### `template-user-password`\n**Required** The template user's password\n\n### `template-var`\nA template variable, default `image_tag`\n\n### `template-var-value`\nA value for the template variable, default `latest`\n\n## Example usage\nHere we trigger the AWX template **My Template**, where the user is\nexpected to have **Execute** permissions for the template.\n\n```yaml\nuses: informaticsmatters/trigger-awx-action@v1\nwith:\n  template: My Template\n  template-host: https://example.com\n  template-user: ${{ secrets.AWX_USER }}\n  template-user-password: ${{ secrets.AWX_USER_PASSWORD }}\n```\n\nYou can also define the value of a template variable. For example,\nhere we set the variable **ma_image_tag** to **latest** when triggering\n**My Template**: -\n\n```yaml\nuses: informaticsmatters/trigger-awx-action@v1\nwith:\n  template: My Template\n  template-host: https://example.com\n  template-user: ${{ secrets.AWX_USER }}\n  template-user-password: ${{ secrets.AWX_USER_PASSWORD }}\n  template-var: ma_image_tag\n  template-var-value: latest\n```\n\n\u003e   As AWX might be considered an **Environment** you'd typically store your\n    secrets in a GitHub **Environment** rather than use **Repository** or\n    **Organisation** secrets.\n\n---\n\n[awx]: https://github.com/ansible/awx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Ftrigger-awx-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finformaticsmatters%2Ftrigger-awx-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Ftrigger-awx-action/lists"}