- 13 Jun, 2012 1 commit
-
-
Nathan A. Feger committed
-
- 10 Jun, 2012 2 commits
-
-
Search multiple paths for modules.
Michael DeHaan committed -
Minimal change to allow a list of paths (separated by the typical path separator) to be searched in sequence for the named module.
Matt Goodall committed
-
- 08 Jun, 2012 5 commits
-
-
Expand vars_files identically for lists and non-lists
Michael DeHaan committed -
Make 'fetch' test for local directories before creating. Fixes issue #450
Michael DeHaan committed -
Introduce ansible_python_interpreter variable.
Michael DeHaan committed -
Allow variables in notify list
Michael DeHaan committed -
Expand $item for copy and fetch
Michael DeHaan committed
-
- 07 Jun, 2012 4 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
This allows configuration of the correct python interpreter on the managed system.
Jeroen Hoekx committed
-
- 05 Jun, 2012 3 commits
-
-
Fred Alger committed
-
Fred Alger committed
-
Fred Alger committed
-
- 01 Jun, 2012 10 commits
-
-
More helpful message when ssh fails.
Michael DeHaan committed -
John Kleint committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
To allow plays using different user accounts in the same playbook to function, clear the setup cache between plays.
Michael DeHaan committed -
This reverts commit 4ad1b57b.
Michael DeHaan committed -
Add BIOS information and fix VMware detection (supports both IDE and SCSI)
Michael DeHaan committed -
Michael DeHaan committed
-
Get rid of mktemp dependency to support AIX
Michael DeHaan committed -
Properly template list of hosts in playbooks.
Michael DeHaan committed
-
- 31 May, 2012 3 commits
-
-
In playbooks, hosts can be a YAML list. We templated the list before converting it to a semicolon-separated string, which actually templated its repr. This converts to a string first. A basic unit test is included.
John Kleint committed -
The function call has been renamed to better reflect what it does, and we reduced the number of calls from two to one in case the remote user is not root. This patch also fixes a string concatenation in _copy_module() that should use os.path.join() This closes #436
Dag Wieers committed -
Michael DeHaan committed
-
- 30 May, 2012 9 commits
-
-
Michael DeHaan committed
-
Renamed module, fixed idempotency, removed debug param.
Michael DeHaan committed -
Fix for get_selinux_facts
Michael DeHaan committed -
Brad Olson committed
-
Fix to make 0.5 hosts with failures not be included in future task executions
Michael DeHaan committed -
Brad Olson committed
-
get_hosts() was treating [] (meaning complete restriction, no hosts allowed) the same as None (meaning no restriction, all hosts allowed). Fixed logic.
Brad Olson committed -
This switches to using selinux library calls instead of parsing the output of sestatus. This fixes issue #428 where the output was slightly different than expected on F17. Tested against debian (non-selinux), centos5, centos6, and fedora17.
Stephen Fromm committed -
Dag Wieers committed
-
- 29 May, 2012 3 commits
-
-
Test for play.vars_files == None, avoiding nasty traceback.
Michael DeHaan committed -
Avoid traceback when vars file has no vars items. Could warn or fail instead.
Michael DeHaan committed -
Brad Olson committed
-