Petra
A toolkit for interacting with Ansible from Ruby
Prerequisites
The following should be installed prior to using Petra:
- Ansible ~> 1.2
Installation
Run the following command on your shell to install the gem, including the CLI.
gem install petra
Usage
TODO FIXME WIP
Goals
- Make it easy to interact with Ansible from Ruby code
- Make it easy to write Ansible modules with Ruby (???)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request