summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-055-14/+51
|/
* Merge pull request #74 from tbielawa/ungroupedMichael DeHaan2012-03-051-0/+1
|\
| * Fix parse_hosts to not blow up on ungrouped hosts.Tim Bielawa2012-03-051-0/+1
* | Merge pull request #76 from tbielawa/hackingMichael DeHaan2012-03-054-2/+27
|\ \
| * | Add environment updating script 'env-setup' to facilitate running ansible fro...Tim Bielawa2012-03-054-2/+27
| |/
* | Merge pull request #75 from tbielawa/freshenMakeCleanMichael DeHaan2012-03-051-5/+7
|\ \ | |/ |/|
| * Freshen up Makefile clean targetTim Bielawa2012-03-051-5/+7
|/
* Merge pull request #73 from skvidal/featureMichael DeHaan2012-03-053-3/+55
|\
| * correct licenseSeth Vidal2012-03-051-1/+1
| * add python-paramiko dependencySeth Vidal2012-03-051-0/+1
| * add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creationSeth Vidal2012-03-053-3/+54
|/
* Merge pull request #70 from tbielawa/playbookmanpageMichael DeHaan2012-03-051-1/+1
|\
| * Correct see-also in playbook manpageTim Bielawa2012-03-051-1/+1
|/
* Setup module testsMichael DeHaan2012-04-042-3/+31
* Async tests complete. Fixed bug in async_wrapperMichael DeHaan2012-04-042-8/+5
* WIP on async testsMichael DeHaan2012-04-042-8/+24
* Here are those tests I talked about previously :)Michael DeHaan2012-04-044-0/+154
* Add test for template module and make 'dark' errors clearer if we get output ...Michael DeHaan2012-04-041-5/+5
* Strip trailing newlines from command module, which happens in some shell comm...Michael DeHaan2012-04-041-2/+2
* * Added uptime.py as an example of somewhat minimal API usage & reportingMichael DeHaan2012-04-043-8/+44
* Added tests for the guts of the program (Runner()) and modules. Idea is to runMichael DeHaan2012-04-041-0/+3
* Allow ":" to be used to split patterns as well as ";" so if you are just usin...Michael DeHaan2012-03-031-1/+2
* Fix code formatting in README.mdMichael DeHaan2012-03-031-2/+2
* attempt to explain import syntax in ansible-playbook manpage. Can't includeMichael DeHaan2012-03-031-10/+30
* README updatesMichael DeHaan2012-03-031-12/+34
* Remove debug commentsMichael DeHaan2012-03-031-7/+7
* Async module, mostly operational, daemonizing/watch code may have bugsMichael DeHaan2012-03-031-16/+25
* async module now forksMichael DeHaan2012-03-031-6/+26
* Time limit needs to be passed to async_wrapper.Michael DeHaan2012-03-032-3/+4
* Added start of async_status script.Michael DeHaan2012-03-031-0/+98
* Laying the groundwork for async mode, async status script still needs to be d...Michael DeHaan2012-03-035-25/+145
* Add user to playbook example so it's clear that this is availableMichael DeHaan2012-03-031-1/+2
* Ability to import task lists and handler lists from a top level playbook file...Michael DeHaan2012-03-035-8/+62
* Update AUTHORSMichael DeHaan2012-03-031-0/+1
* add info about the 'all' group to README.mdMichael DeHaan2012-03-031-6/+8
* Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansibleMichael DeHaan2012-03-033-8/+20
* Make sure tempdirs are cleaned up after execution steps, fix notifiers, make ...Michael DeHaan2012-03-034-35/+38
* add pyflakes target & associated fixes. Also decided to save JSON to --tree ...Michael DeHaan2012-03-035-7/+9
* Some minor from 'pep8', and silencing the PEP8 messages I don't care about.Michael DeHaan2012-03-035-24/+32
* Some minor refactoring of playbook code, more to go.Michael DeHaan2012-03-032-40/+42
* Add pydoc to playbook binary, fix default types for playbook '.get()' callMichael DeHaan2012-03-032-3/+10
* Added pydoc for utils.pyMichael DeHaan2012-03-031-0/+26
* Added pydoc for functions in Cli()Michael DeHaan2012-03-031-0/+10
* Extensive refactoring of bin/ansible, moving most output functions into lib/a...Michael DeHaan2012-03-034-109/+187
* Add a newline in output here, possibly considering printing top level keys flatMichael DeHaan2012-03-031-3/+3
* Still seeing some weirdness from ohai but we can probably simplifyMichael DeHaan2012-03-031-15/+2
* Let "all" be an alias for "*" in patterns, fix output bug on non-command exec...Michael DeHaan2012-03-034-0/+4
* make command module error when no -a more obvious as command is the default m...Michael DeHaan2012-03-021-1/+1
* update README.md on playbook field namesMichael DeHaan2012-03-021-2/+1