- 01 Jun, 2012 1 commit
-
-
Properly template list of hosts in playbooks.
Michael DeHaan committed
-
- 31 May, 2012 2 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 -
Michael DeHaan committed
-
- 30 May, 2012 8 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
-
- 29 May, 2012 6 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
-
Playbook test for no vars_files with len(), but that excepts if play.vars_files==None, as can happen when there's a vars_files section with no vars files listed. What is the ansible way: ignore, warn, or fail with message (instead of traceback)?
Brad Olson committed -
Listed python sub-packages in setup.py.
Michael DeHaan committed -
Joshua Tacoma committed
-
- 27 May, 2012 2 commits
-
-
Removed line that caused stacktrace
Michael DeHaan committed -
Cosmin Luță committed
-
- 26 May, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 25 May, 2012 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 24 May, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 May, 2012 2 commits
-
-
Michael DeHaan committed
-
Allow "=" in k-v values.
Michael DeHaan committed
-
- 22 May, 2012 3 commits
-
-
Matt Goodall committed
-
template path for handlers: include
Michael DeHaan committed -
Matthew Williams committed
-
- 20 May, 2012 2 commits
-
-
Fetch module: run dwim on dest after templating, not before
Michael DeHaan committed -
Matthew Williams committed
-
- 19 May, 2012 2 commits
-
-
Feature: Add state=reloaded
Michael DeHaan committed -
Michael DeHaan committed
-
- 17 May, 2012 2 commits
-
-
updated connection.py to have the same interface for exec_command on both LocalConnection and ParamikoConnection classes
Michael DeHaan committed -
updated connection.py to have the same interface for exec_command on both LocalConnection and ParamikoConnection classes
Adam Denenberg committed
-
- 15 May, 2012 1 commit
-
-
0.4 fix, Remove call to undefined debug() in module 'user'
Michael DeHaan committed
-