summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update README.md0.01Michael DeHaan2012-03-081-223/+5
* Drop other man(5) pages so we can have only one source of docs -- ansible.git...Michael DeHaan2012-03-083-9/+2
* Merge pull request #3 from tbielawa/authverMichael DeHaan2012-03-081-0/+2
|\
| * Adding version and author to ansible init.Tim Bielawa2012-03-071-0/+2
|/
* src= parameters for template and copy operations can be relative to the playb...Michael DeHaan2012-03-063-6/+13
* Breakout includes into seperate functions, allow vars to apply to handlers bu...Michael DeHaan2012-03-061-21/+31
* Merge branch 'master' of github.com:mpdehaan/ansibleMichael DeHaan2012-03-061-10/+16
|\
| * Update README.mdMichael DeHaan2012-03-061-3/+6
| * Update README.mdMichael DeHaan2012-03-061-7/+10
* | Move print statements out of playbook.py and back into CLI so we can simplify...Michael DeHaan2012-03-063-14/+41
|/
* Removing vim swap files and MANIFEST from rpmbuild on 'make clean'Michael DeHaan2012-03-051-0/+3
* Have 'make clean' clean up test output directoryMichael DeHaan2012-03-051-0/+2
* Add RPM target. Not quite operational.Michael DeHaan2012-03-051-1/+6
* Templating as non-root should not require passing in the metadata= parameter.Michael DeHaan2012-03-052-3/+20
* Parameterized include statements can see top level variables and also be pass...Michael DeHaan2012-03-053-3/+18
* Tweak the matrixMichael DeHaan2012-03-051-8/+8
* Update to comparison matrixMichael DeHaan2012-03-051-10/+58
* Attempt at adding more comparison infoMichael DeHaan2012-03-051-23/+38
* HTML testMichael DeHaan2012-03-051-1/+1
* This was supposed to be markdown with embedded HTMLMichael DeHaan2012-03-051-0/+0
* Added start of comparison table so it's easy to explain at a glance what this...Michael DeHaan2012-03-051-0/+140
* Factoids and push variables via setup are now available to be templated in co...Michael DeHaan2012-03-057-19/+81
* Merge pull request #80 from tbielawa/ReallyCleanMichael DeHaan2012-03-051-1/+1
|\
| * Fix the py[co] part of the clean target in the make fileTim Bielawa2012-03-051-1/+1
* | Merge pull request #79 from tbielawa/modpathMichael DeHaan2012-03-055-14/+47
|\ \ | |/ |/|
| * 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-041-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