/petra

A toolkit for interacting with Ansible from Ruby

Primary LanguageRubyMIT LicenseMIT

Petra

Gem Version Build Status Code Climate Coverage Status Dependency Status

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

  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