summaryrefslogtreecommitdiff
path: root/hacking
Commit message (Expand)AuthorAgeFilesLines
* Allow unicode transfer by not base64 encoding. Also: fasterMichael DeHaan2012-08-021-1/+2
* readlink -f does not work on OS X. Replaced with a python solutionWill Thames2012-07-301-1/+3
* env-setup no longer needs to be run from the ansible directory, it can be run...willthames2012-07-301-11/+24
* small tweaks to --help for hacking/test-moduleMichael DeHaan2012-07-231-3/+3
* Teach the test-module script about the new way MODULE_ARGS works in new-style...Michael DeHaan2012-07-231-22/+33
* test-module uses optparse with --debuggerbradobro2012-07-231-11/+19
* Refactoring test-module to be more like ansible.bradobro2012-07-231-58/+85
* Port the copy module over to the new "common module" logic.Michael DeHaan2012-07-211-2/+2
* Common module code upgradesMichael DeHaan2012-07-171-6/+1
* Added code to allow insertion of boilerplate into modules to make them able t...Michael DeHaan2012-07-171-0/+18
* consolidate output code in callbacks.py, from utils, remove extra functionsMichael DeHaan2012-07-151-1/+1
* Adding a missing '~' to use the user's home directory instead of the root fil...Peter Sankauskas2012-05-021-1/+1
* Clarify that stderr WILL crash your module. Can't redirect because if we do ...Michael DeHaan2012-04-271-3/+2
* Because paramiko using a pty can't distinguish stderr and stdout, remove hand...Michael DeHaan2012-04-271-1/+4
* Make it possible to use facts from hosts in templates for other hosts.Michael DeHaan2012-04-211-3/+3
* Update hacking with MANPATH. Correct hacking README details.Tim Bielawa2012-04-172-5/+5
* Update env-setup script to make it work betterMichael DeHaan2012-03-181-13/+12
* Initial crack at the file moduleMichael DeHaan2012-03-151-2/+13
* Added the 'test-module' script, useful for testing modules without running th...Michael DeHaan2012-03-141-0/+78
* Move print statements out of playbook.py and back into CLI so we can simplify...Michael DeHaan2012-03-061-1/+2
* Don't set ANSIBLE_HOSTS inside the env-setup scriptTim Bielawa2012-03-051-4/+0
* Update constants.py to pull module path and the hosts file from theTim Bielawa2012-03-051-0/+10
* Add environment updating script 'env-setup' to facilitate running ansible fro...Tim Bielawa2012-03-052-0/+22