https://github.com/certara/github-action-ansible-tower-awx
https://github.com/certara/github-action-ansible-tower-awx
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/certara/github-action-ansible-tower-awx
- Owner: certara
- License: mit
- Created: 2021-06-17T19:45:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T02:57:35.000Z (about 3 years ago)
- Last Synced: 2026-04-18T00:39:06.543Z (3 months ago)
- Language: TypeScript
- Size: 1.49 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run playbook on Ansible Tower/AWX
Github action that allows you to run a playbook on Ansible Tower/AWX.
This project was cloned/adopted from , cleaned-up, and updated dependencies. Thank you for the original contribution.
## Usage
```yaml
uses: certara/github-action-ansible-tower@v1.0.0
with:
ansible-tower-user: ${{ secrets.ansibleUser }}
ansible-tower-pass: ${{ secrets.ansiblePass }}
ansible-tower-url: ${{ secrets.ansibleUrl }}
template-id: "1254"
additional-vars: |
{
"example_aws_environment": "dev",
"example_1": "someother_value",
"example_2": "someother_value"
}
```