This cookbook installs the specified version of ansible. It uses the ppa method described here: http://docs.ansible.com/intro_installation.html#latest-releases-via-apt-ubuntu
Currently only ubuntu is support (tested with 14.04 trusty).
It has been tested with the apt 1.1.2 cookbook and 2.7.0 (and should work with versions in between and possibly beyond)
Key | Type | Description | Default |
---|---|---|---|
['ansible']['version'] |
String | Version of ansible to install | 1.9.2 |
Include ansible
in your node's run_list
:
{
"run_list": [
"recipe[ansible::default]"
]
}
NOTE: If you change the Berksfile for testing, remember to remove your local Berksfile.lock for the change to take effect.
- 0.1.4
- CI / Tooling
- Default version (and ability to specify)
- 0.1.3 - Initial (viable) Version
Author: Josh Guice (jguice@gmail.com)
See the LICENSE file for license information.