- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 26 Oct, 2012 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 21 Oct, 2012 1 commit
-
-
Various performance streamlining and making the file features usable in all modules without daisy chaining.
Michael DeHaan committed
-
- 18 Oct, 2012 1 commit
-
-
Luke Antins committed
-
- 13 Oct, 2012 1 commit
-
-
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
Michael DeHaan committed
-
- 28 Sep, 2012 1 commit
-
-
plus a small fix in rst.j2 template manpages generated & checked modules.html generated & checked
Jan-Piet Mens committed
-
- 25 Sep, 2012 1 commit
-
-
Stephen Fromm committed
-
- 12 Sep, 2012 3 commits
-
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
uses pid and epoch to prevent collisions, good enough for most cases Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-
- 04 Sep, 2012 2 commits
-
-
Michael DeHaan committed
-
Daniel Hokka Zakrisson committed
-
- 09 Aug, 2012 2 commits
-
-
Seth Vidal committed
-
in a file named: $filename.YYYY-MM-DD@HH:MM~ backup=False is default
Seth Vidal committed
-
- 07 Aug, 2012 1 commit
-
-
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added in 0.6 release)
Michael DeHaan committed
-
- 03 Aug, 2012 1 commit
-
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 02 Aug, 2012 1 commit
-
-
Although library/copy can be corrected to understand that dest is a directory, I can't see how to let _execute_copy know this and let the file module know. As a better solution than before #733, the copy module now explicitly (rather than silently) fails when dest is a directory.
Will Thames committed
-
- 01 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 31 Jul, 2012 1 commit
-
-
Could have used shutil.copy rather than shutil.copyfile, but this implementation preserves the md5 comparison to avoid unnecessary copies
u348095 committed
-
- 21 Jul, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 09 Jul, 2012 2 commits
-
-
John Kleint committed
-
Dave Hatton committed
-
- 07 Jul, 2012 1 commit
-
-
This reverts commit 865796c3687cc06920ddf29890de991287dc50f6. (Superseeded by next commit)
Michael DeHaan committed
-
- 08 Jul, 2012 1 commit
-
-
Dave Hatton committed
-
- 06 Jul, 2012 1 commit
-
-
Dave Hatton committed
-
- 04 Jul, 2012 1 commit
-
-
Dave Hatton committed
-
- 03 Jul, 2012 3 commits
-
-
Dave Hatton committed
-
Jeremy Smitherman committed
-
Dave Hatton committed
-
- 25 Jun, 2012 1 commit
-
-
Ingo Gottwald committed
-
- 23 Jun, 2012 1 commit
-
-
Ingo Gottwald committed
-
- 20 Jun, 2012 1 commit
-
-
Nathan A. Feger committed
-
- 15 Jun, 2012 1 commit
-
-
Tested with OS X local connection and Linux remote. The paths to the md5sum and md5 commands are hardcoded to the most common location. This will definitely fail if the commands are elsewhere, or if the md5 command doesn't support the -q 'quiet' option.
Fred Alger committed
-
- 09 May, 2012 1 commit
-
-
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.
Stephen Fromm committed
-
- 27 Apr, 2012 1 commit
-
-
Seth Vidal committed
-
- 20 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Call os.path.expanduser in modules so things work as expected even when using ./hacking/test-module script
Michael DeHaan committed
-
- 31 Mar, 2012 1 commit
-
-
Check md5sum before overwriting a file. Unconditionally copying changes the timestamp.
Jeroen Hoekx committed
-