- 31 Mar, 2013 2 commits
-
-
The rax inventory plugin provides a way to discovery inventory in the Rackspace Public Cloud by way of pyrax, the official SDK. Grouping will be done if a group:name is found in the instance metadata. When a single host is queried all the instance details are returned with a rax_ prefix. Because inventory plugins cannot take extra arguments, ENV variables must be set to point to the pyrax compatible credentials file and the region to query against.
Jesse Keating committed -
This library provides functionality for the Rackspace Public Cloud by way of the official pyrax SDK (https://github.com/rackspace/pyrax). At this time only the cloudservers service is functional. Instances can be created or deleted. Idempotency is provided on matching instances with the same name, flavor, image, and metadata values within a given region. pyrax usage does require a credentials file written out to hold username and API key. See pyrax documentation for details (https://github.com/rackspace/pyrax/blob/master/docs/pyrax_doc.md)
Jesse Keating committed
-
- 30 Mar, 2013 4 commits
-
-
Michael DeHaan committed
-
replaced && by ||
Michael DeHaan committed -
Docs generator: fixed option (type) validation error
Michael DeHaan committed
- 29 Mar, 2013 6 commits
-
-
Fixed error on validation that block javascript documentation generation.
Marco Vito Moscaritolo committed -
add better OS detection for BDM
Michael DeHaan committed -
Add some examples for local_action and rsync
Michael DeHaan committed -
Install example config file under /etc/ansible
Michael DeHaan committed -
fixed and extended documentation for lvg module
Michael DeHaan committed -
Place ad-hoc stuff from docs under context
Michael DeHaan committed
-
- 28 Mar, 2013 2 commits
-
-
Victor Castell committed
-
Alexander Bulimov committed
-
- 27 Mar, 2013 6 commits
-
-
In the example, you want /bin/true to be executed if the first command has an error return code. Combining command with && will run the second only if the first is successful. Combining them with ||, the second will be run only of the first fails, what is wanted here.
raphinou committed -
Tim Gerla committed
-
user module check mode bug fix
Michael DeHaan committed -
modifications needed. Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
A little more unit testing.
tin committed -
Added the backrefs parameter to the lineinfile module. Added tests for the backrefs functionality of the lineinfile module.
tin committed
-
- 26 Mar, 2013 20 commits
-
-
Fixed webdocs rendering error
Michael DeHaan committed -
Tim Gerla committed
-
Alberto Gonzalez Iniesta committed
-
Johan Wirén committed
-
gitignore and clean up authors file to since it was removed from version control
Michael DeHaan committed -
"gem"-module: replace python 2.5 language feature
Michael DeHaan committed -
replace conditional expression with python 2.4-compatible if/else statements
Bernhard Weitzhofer committed -
Serge van Ginderachter committed
-
Serge van Ginderachter committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
-
Fix reinplace in macports package to work on both 10.7 and 10.8
Michael DeHaan committed -
Michael DeHaan committed
-