- 17 Oct, 2013 1 commit
-
-
James Tanner committed
-
- 16 Oct, 2013 13 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 -
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 14 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 -
Michael DeHaan committed
-
Add "virtio" and "private_networking" options for DigitalOcean droplets
Michael DeHaan committed
-
- 14 Oct, 2013 12 commits
-
-
create install_options parameter for homebrew module
Michael DeHaan committed -
Adding os realpath filter.
Michael DeHaan committed -
This is particularly useful when wanting to get the absolute path of filepaths found by the 'fileglob' filter. This also lets you provide absolute paths to roles, which search for files in different areas unless absolutely pathed.
egghead committed -
Assume state='directory' if recurse is set and previous state was 'direc...
jctanner committed -
Michael DeHaan committed
-
Constantine Peresypkin committed
-
Constantine Peresypkin committed
-
'easy_install' executable, modeled on '_get_pip' from the 'pip' module to correctly handle all combinations of explicit executable and virtualenv.
Pedro Romano committed -
path explicit executable is passed to the task and to look for an explicit executable by basename in a virtualenv if that is specified.
Pedro Romano committed -
New module argument to specify the executable used for running 'pip'. This allows support for system installation of packages on systems with multiple installations of Python.
Pedro Romano committed -
New module argument to specify the executable used for running 'easy_install'. This allows support for system installation of packages on systems with multiple installations of Python.
Pedro Romano committed
-