- 31 May, 2013 18 commits
-
-
consistently use module.get_bin_path('git', True) to get git path before...
Michael DeHaan committed -
authorized_key: Set manage_dir default value
Michael DeHaan committed -
Solaris facts
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Support JSON in --extra-vars.
Michael DeHaan committed -
node committed
-
Support state parameter in list_vms command
Michael DeHaan committed -
Benjamin Schwarze committed
-
Michael DeHaan committed
-
Handle '#' in var strings by splitting on ' #'
Michael DeHaan committed -
If someone has a " #" in a quoted var string, it will interpret that as a comment and refuse to load the inventory file due to an unbalanced quote. Noisy failure > unexpected behavior.
Pol Llovet committed -
bug fix nova_compute
Michael DeHaan committed -
bennojoy committed
-
advanced playbooks docs yaml snippets always use ---
Michael DeHaan committed -
Jan Duzinkiewicz committed
-
- 30 May, 2013 11 commits
-
-
This commit fixes a bug where the authorized_key module causes the ~user/.ssh directory to be owned by root instead of the user, when the manage_dir argument is not specified. If the manage_dir argument was not specified, the module behaved as if manage_dir was set to false, even though it's supposed to default to true. This module assumed that an optional argument, with no default specified, will not be present in the module.params dictionary. What actually seems to happen is that the argument does appear in the module.params dictionary with a value of None. The upside is that this line was evaluating to None instead of true: manage_dir = params.get("manage_dir", True) I fixed the problem in this particular module by explicitly specifying the default value for the manage_dir arugment. But if this bug occurred because of a change in behavior in AnsibleModule, then other modules may be broken as well.
Lorin Hochstein committed -
Remove inline comments from inventory tokenizing.
Michael DeHaan committed -
Pol Llovet committed
-
Verify /proc/modules is readable (issue #2990)
Michael DeHaan committed -
Use get_bin_path to find mkfs command (issue #2983)
Michael DeHaan committed -
Stephen Fromm committed
-
Stephen Fromm committed
-
No need to expanduser() command's chdir argument twice
Michael DeHaan committed -
Updated vagrant external plugin
Michael DeHaan committed -
Chris Gardner committed
-
Mark Mandel committed
-
- 29 May, 2013 11 commits
-
-
provide link to older docs when mentioning older docs
Michael DeHaan committed -
Add some FreeBSD facts
Michael DeHaan committed -
added: * ansible_distribution * ansible_distribution_release * ansible_distribution_version * ansible_os_family * ansible_pkg_mgr * ansible_ssh_host_key_ecdsa_public Also adds ECDSA public key for all plaforms.
Jiří Kubíček committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Document: OpenStack inventory script needs grizzly
Michael DeHaan committed -
Add roles support for the script module
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-