index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hacking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow unicode transfer by not base64 encoding. Also: faster
Michael DeHaan
2012-08-03
1
-1
/
+2
*
readlink -f does not work on OS X. Replaced with a python solution
Will Thames
2012-07-30
1
-1
/
+3
*
env-setup no longer needs to be run from the ansible directory, it can be run...
willthames
2012-07-30
1
-11
/
+24
*
small tweaks to --help for hacking/test-module
Michael DeHaan
2012-07-24
1
-3
/
+3
*
Teach the test-module script about the new way MODULE_ARGS works in new-style...
Michael DeHaan
2012-07-24
1
-22
/
+33
*
test-module uses optparse with --debugger
bradobro
2012-07-23
1
-11
/
+19
*
Refactoring test-module to be more like ansible.
bradobro
2012-07-23
1
-58
/
+85
*
Port the copy module over to the new "common module" logic.
Michael DeHaan
2012-07-21
1
-2
/
+2
*
Common module code upgrades
Michael DeHaan
2012-07-18
1
-6
/
+1
*
Added code to allow insertion of boilerplate into modules to make them able t...
Michael DeHaan
2012-07-18
1
-0
/
+18
*
consolidate output code in callbacks.py, from utils, remove extra functions
Michael DeHaan
2012-07-15
1
-1
/
+1
*
Adding a missing '~' to use the user's home directory instead of the root fil...
Peter Sankauskas
2012-05-02
1
-1
/
+1
*
Clarify that stderr WILL crash your module. Can't redirect because if we do ...
Michael DeHaan
2012-04-27
1
-3
/
+2
*
Because paramiko using a pty can't distinguish stderr and stdout, remove hand...
Michael DeHaan
2012-04-27
1
-1
/
+4
*
Make it possible to use facts from hosts in templates for other hosts.
Michael DeHaan
2012-04-21
1
-3
/
+3
*
Update hacking with MANPATH. Correct hacking README details.
Tim Bielawa
2012-04-17
2
-5
/
+5
*
Update env-setup script to make it work better
Michael DeHaan
2012-03-18
1
-13
/
+12
*
Initial crack at the file module
Michael DeHaan
2012-03-16
1
-2
/
+13
*
Added the 'test-module' script, useful for testing modules without running th...
Michael DeHaan
2012-03-15
1
-0
/
+78
*
Move print statements out of playbook.py and back into CLI so we can simplify...
Michael DeHaan
2012-03-07
1
-1
/
+2
*
Don't set ANSIBLE_HOSTS inside the env-setup script
Tim Bielawa
2012-03-05
1
-4
/
+0
*
Update constants.py to pull module path and the hosts file from the
Tim Bielawa
2012-03-05
1
-0
/
+10
*
Add environment updating script 'env-setup' to facilitate running ansible fro...
Tim Bielawa
2012-03-05
2
-0
/
+22