- 21 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 20 Mar, 2012 6 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Remove test from bottom of example that doesn't really make sense in the context of the example's use case.
Michael DeHaan committed -
refactoring of playbooks now warranted, which we'll do before we move on. This variable assignment system makes nearly all possible magic possible, for we can use these variables however we like, even as module names!
Michael DeHaan committed
-
- 19 Mar, 2012 2 commits
-
-
(Using varReplace function originally from yum, thanks Seth)
Michael DeHaan committed -
Michael DeHaan committed
-
- 18 Mar, 2012 14 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Playbook test upgrades, made some notes about callbacks we need to add. Still need to compare events recieved vs expected so we can be notified if this test breaks, and also to add some more detailed playbooks that use includes & async, etc.
Michael DeHaan committed -
Michael DeHaan committed
-
Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume there was a typo in the pattern)
Michael DeHaan committed -
Remove "import *" from bin/ansible so we can use pyflakes, and remove unneeded imports in the process
Michael DeHaan committed -
Add the failtest module, primarily for easy development testing purposes. RPMs/etc need not ship this.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Fixup the code that allows facter/ohai/other data to bubble up and be used in future action lines. It's a niche case compared to usage in templates but it should work and will be wanted later for conditional support.
Michael DeHaan committed -
Michael DeHaan committed
-
Inside of runner, do not 'import *' from utils, so we can more easily tell where functions come from
Michael DeHaan committed -
Preserve changed data on file and template ops when the mode operations don't result in a change but the files were still replaced.
Michael DeHaan committed -
Michael DeHaan committed
-
- 31 Mar, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 30 Mar, 2012 3 commits
-
-
Michael DeHaan committed
-
works in Ansible in general.
Michael DeHaan committed -
If the inventory file is EXECUTABLE, treat it as a file returning JSON, if called directly, return the host and groups list. If called with an argument of a host name, return the key=value data for that particular host.
Michael DeHaan committed
-
- 16 Mar, 2012 11 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
note some changed=True/False detection bits in file module still need tweaking
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-