- 30 Sep, 2012 1 commit
-
-
Jan-Piet Mens 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
-
- 31 Jul, 2012 1 commit
-
-
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
Michael DeHaan committed
-
- 20 Jul, 2012 1 commit
-
-
By defining a main function here, and including it ahead of the boilerplate insertion symbol, tracebacks are now accurate with respect to the main function, but may include lines not in the original file. A lot better than before, where they were offset.
Michael DeHaan committed
-
- 18 Jul, 2012 2 commits
-
-
Michael DeHaan committed
-
Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result should be a huge reduction of total ansible source, at a slight cost of difficulty in original module development. We need to apply this now to all modules, but may need to have some exemptions to things like command, which should subclass this module.
Michael DeHaan 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
-
- 20 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 19 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 31 Mar, 2012 1 commit
-
-
Check md5sum before overwriting a file. Unconditionally copying changes the timestamp.
Jeroen Hoekx committed
-
- 15 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 14 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 03 Mar, 2012 1 commit
-
-
still needs to daemonize. Then, once done, playbook can be taught how to poll async within the timing window.
Michael DeHaan committed
-
- 29 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-
- 27 Feb, 2012 3 commits
-
-
all modules take a common parameter name. But more or less we still work idempotently in modules.
Michael DeHaan committed -
Michael DeHaan committed
-
module works differently now starter manpage for modules allow template file location to be passed into template & setup modules
Michael DeHaan committed
-
- 26 Feb, 2012 1 commit
-
-
also fix a bug/typo in the reporting from playbook
Michael DeHaan committed
-
- 25 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-
- 24 Feb, 2012 1 commit
-
-
onchange events like Puppet's file providers do.
Michael DeHaan committed
-
- 23 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-