Skip to content

andredni/github-action-ansible-tower-awx

 
 

Repository files navigation

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 https://github.com/vortegon/github-action-ansible-tower, cleaned-up, and updated dependencies. Thank you for the original contribution.

Usage

uses: certara/[email protected]
with:
  ansible-tower-user: ${{ secrets.ansibleUser }}
  ansible-tower-pass: ${{ secrets.ansiblePass }}
  ansible-tower-url: ${{ secrets.ansibleUrl }}
  template-id: "1254"
  scm-branch: "example-branch"
  additional-vars: |
  {
      "example_aws_environment": "dev",
      "example_1": "someother_value",
      "example_2": "someother_value"
  }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%