Skip to content

ManageIQ/manageiq-providers-ansible_tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Oct 1, 2019
Jan 10, 2018
Sep 6, 2019
May 13, 2019
Sep 24, 2019
Jul 8, 2019
Jun 1, 2017
Jun 1, 2017
Jun 1, 2017
Jun 1, 2017
Jun 1, 2017
Jun 1, 2017
May 13, 2019
Apr 23, 2018
Sep 18, 2019
Jun 1, 2017
Jun 1, 2017
Dec 13, 2018
Jun 1, 2017
Jun 20, 2019
Jun 1, 2017

Repository files navigation

manageiq-providers-ansible_tower

Gem Version Build Status Code Climate Test Coverage Dependency Status Security

Chat Translate

ManageIQ plugin for the AnsibleTower provider.

Development

See the section on pluggable providers in the ManageIQ Developer Setup

For quick local setup run bin/setup, which will clone the core ManageIQ repository under the spec directory and setup necessary config files. If you have already cloned it, you can run bin/update to bring the core ManageIQ code up to date.

License

The gem is available as open source under the terms of the Apache License 2.0.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request