- 05 Apr, 2013 12 commits
-
-
Updated and improved the documentation (examples)
Michael DeHaan committed -
Service module changed to terminate early if only enabled specified
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adding npm module
Michael DeHaan committed -
Provide functionality to work with Rackspace's public cloud
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
git://github.com/bcoca/ansibleMichael DeHaan committed
-
- 04 Apr, 2013 6 commits
-
-
tin committed
-
Expanded the documentation slightly.
tin committed -
Chris Hoffman committed
-
Improved backrefs example in lineinfile.
Michael DeHaan committed -
Michael DeHaan committed
-
gw0 [http://gw.tnode.com/] committed
-
- 03 Apr, 2013 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line.Michael DeHaan committed -
Michael DeHaan committed
-
- 02 Apr, 2013 1 commit
-
-
lwade committed
-
- 01 Apr, 2013 8 commits
-
-
Typo in cloudformation module documentation.
Michael DeHaan committed -
James Martin committed
-
postgresql_user: fix docstrings
Michael DeHaan committed -
Change documentation of "state" param to refer to user (role) state instead of database state. Change 2 function docstrings to reflect the code
Bernhard Weitzhofer committed -
Chris Hoffman committed
-
Use aptitude safe-upgrade for apt upgrade=yes
Michael DeHaan committed -
Lorin Hochstein committed
-
Use aptitude safe-upgrade instead of apt-get upgrade to implement apt: upgrade=yes. Using aptitude ensures that missing dependencies will also be installed. Fixes #2540
Lorin Hochstein committed
-
- 31 Mar, 2013 8 commits
-
-
Vagrant module - fixed version_added
Michael DeHaan committed -
Suppressed output and updated documentation
Michael DeHaan committed -
Double quoted version_added in documentation
Michael DeHaan committed -
Examples must use "name" parameter instead of "guest" for virt module, b...
Michael DeHaan committed -
Chnge description as list inside string
Michael DeHaan committed -
Files can be inserted during server creation (like a fully formed authorized_keys file). This code allows that to happen. Docs were updated for formatting, location, and to add the new entry for files.
Jesse Keating committed -
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
-