summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* modify build/spec file to work on el6 with quasi-broken setup processSeth Vidal2012-03-133-8/+5
* Add external vars exampleMichael DeHaan2012-03-133-3/+22
* Add fire and forget exampleMichael DeHaan2012-03-132-1/+5
* This adds async poll support to playbooks. See examples. Some more testing ...Michael DeHaan2012-03-135-8/+119
* Merge pull request #90 from skvidal/featureMichael DeHaan2012-03-131-21/+67
|\
| * yum moduleSeth Vidal2012-03-121-21/+67
|/
* add polling info to manpageMichael DeHaan2012-03-121-0/+5
* Add polling logic in runner such that all actions get kicked off everywhere t...Michael DeHaan2012-03-124-50/+71
* Fixed up async and polling logic.Michael DeHaan2012-03-124-24/+89
* Add async polling logic to runner. Will add to playbook shortly, have to dia...Michael DeHaan2012-03-115-9/+54
* Ignore commented out lines in the ansible setup files.Michael DeHaan2012-03-111-0/+6
* Merge pull request #16 from tbielawa/masterMichael DeHaan2012-03-1111-410/+115
|\
| * Change Source0 in spec file to point at github downloadsTim Bielawa2012-03-101-1/+1
| * Fixes for better RPM packagingTim Bielawa2012-03-104-13/+41
| * Fixup RPM building: Makefile, Spec File, .gitignoreTim Bielawa2012-03-108-397/+74
* | Fixes for output formattingMichael DeHaan2012-03-101-2/+3
* | Abstracted out transport from implementation so it can be pluggable. Also fi...Michael DeHaan2012-03-103-23/+120
|/
* Merge pull request #89 from skvidal/featureMichael DeHaan2012-03-101-3/+10
|\
| * touch up to yum module.Seth Vidal2012-03-101-3/+10
|/
* Add manpage for ansible-playbook, since it is a command. More detailed docs ...Michael DeHaan2012-03-106-216/+135
* Rename 'ensure' to 'state' so it lines up with the service moduleMichael DeHaan2012-03-101-3/+3
* Merge pull request #88 from skvidal/featureMichael DeHaan2012-03-102-1/+236
|\
| * runner buglet and yum moduleSeth Vidal2012-03-102-1/+236
|/
* Merge pull request #87 from skvidal/featureMichael DeHaan2012-03-091-2/+2
|\
| * if we've failed a connection to a host - we cannot set items to theSeth Vidal2012-03-091-2/+2
* | 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-073-6/+13
* Breakout includes into seperate functions, allow vars to apply to handlers bu...Michael DeHaan2012-03-071-21/+31
* Merge branch 'master' of github.com:mpdehaan/ansibleMichael DeHaan2012-03-071-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-073-14/+41
|/
* Removing vim swap files and MANIFEST from rpmbuild on 'make clean'Michael DeHaan2012-03-061-0/+3
* Have 'make clean' clean up test output directoryMichael DeHaan2012-03-061-0/+2
* Add RPM target. Not quite operational.Michael DeHaan2012-03-061-1/+6
* Templating as non-root should not require passing in the metadata= parameter.Michael DeHaan2012-03-062-3/+20
* Parameterized include statements can see top level variables and also be pass...Michael DeHaan2012-03-063-3/+18
* Tweak the matrixMichael DeHaan2012-03-061-8/+8
* Update to comparison matrixMichael DeHaan2012-03-061-10/+58
* Attempt at adding more comparison infoMichael DeHaan2012-03-061-23/+38
* HTML testMichael DeHaan2012-03-061-1/+1
* This was supposed to be markdown with embedded HTMLMichael DeHaan2012-03-061-0/+0
* Added start of comparison table so it's easy to explain at a glance what this...Michael DeHaan2012-03-061-0/+140
* Factoids and push variables via setup are now available to be templated in co...Michael DeHaan2012-03-067-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
|\ \ | |/ |/|