- 17 Oct, 2013 13 commits
-
-
Tim Gerla committed
-
Various standardization to the proposed gce_storage module to bring things in line with updates to the S3 module. Some typo fixes. Further testing required.
Michael DeHaan committed -
support for google cloud storage module
Michael DeHaan committed -
adding Google Compute Engine modules and inventory plugin
Michael DeHaan committed -
Fix typo
Michael DeHaan committed -
Greg Karékinian committed
-
Do key validation only when key is provided
Michael DeHaan committed -
key_id is optional, the previous code didn't handle the case of key_id not specified
Maykel Moya committed -
Make errors which get thrown during template rendering more user-friendly
jctanner committed -
Remove keys regardless of the options
jctanner committed -
ignore src when file module state=absent
jctanner committed -
Properly handle DEFAULT section with ConfigParser in ini_file modules
jctanner committed -
James Tanner committed
-
- 16 Oct, 2013 14 commits
-
-
Fix 'ansible-doc -l' runtime error following commit 4430d0f5
Michael DeHaan committed -
skip "module" not found as plugin, id est directory
Stoned Elipot committed -
when searching for a plugin only look for a regular file
Michael DeHaan committed -
apt_key: Validate key_id and accept a leading '0x'
Michael DeHaan committed -
Stoned Elipot committed
-
s3: better check for walrus
Michael DeHaan committed -
Maykel Moya committed
-
Check for Walrus endpoint by looking to see if the endpoint is not AWS. This fixes a bug where the user specifies an AWS endpoint via S3_URL, but the code interprets it as Walrus and then fails.
Lorin Hochstein committed -
Tomaz Muraus committed
-
James Tanner committed
-
James Tanner committed
-
Ensure non-root users can read arguments file when using sudo_user and non-standard modules
Michael DeHaan committed -
Non-standard modules must read in the arguments file in order to access their arguments, however, when this file is transfered to the remote host it may only have the permissions 600. This means that using sudo and sudo_user will result in permission denied errors when attempting to read the arguments file. This patch fixes #4438 by explicitly forcing the arguments file to be world readable before executing the module.
Gabe Mulley committed -
Fix TestInventory class by explicitly using /bin/bash
Michael DeHaan committed
-
- 15 Oct, 2013 13 commits
-
-
James Tanner committed
-
Jascha Geerds committed
-
fixed name colision between warnings dict and module
jctanner committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
James Tanner committed
-
[doc] duplicate group in usa:children group
Michael DeHaan committed -
Fix building of docsite
Michael DeHaan committed -
Jérémie Augustin committed
-
* Fix paths in docsite/Makefile having an additional '..'. * Ignore generated docsite/rst/modules/*.rst
Maykel Moya committed -
If a specified key did not have a comment, it would be ignored as an invalid key. Fixes #4513
James Cammarata committed -
James Tanner committed
-
Add option remote_user to task level, to specify the ssh login user
jctanner committed -
According to the sshd man page, no spaces are permitted between the options of an authorized ssh key
Stefan Heinemann committed
-