summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* restructure the examples directory0.0.1Michael DeHaan2012-03-139-6/+32
* Annotate more files, fix missing imports messing with playbooks. Hey Tim, pl...Michael DeHaan2012-03-137-23/+119
* Annotated playbook exampleMichael DeHaan2012-03-131-13/+56
* Merge pull request #91 from skvidal/featureMichael DeHaan2012-03-133-8/+5
|\
| * modify build/spec file to work on el6 with quasi-broken setup processSeth Vidal2012-03-133-8/+5
* | Merge pull request #28 from tbielawa/DieGracefullyMichael DeHaan2012-03-135-12/+59
|\ \ | |/ |/|
| * Implement friendlier error handling.Tim Bielawa2012-03-124-10/+57
| * What we are running is actually a "play" (multiple plays per playbook) so ren...Michael DeHaan2012-03-121-2/+2
|/
* Add external vars exampleMichael DeHaan2012-03-123-3/+22
* Add fire and forget exampleMichael DeHaan2012-03-122-1/+5
* This adds async poll support to playbooks. See examples. Some more testing ...Michael DeHaan2012-03-125-8/+119
* Merge pull request #90 from skvidal/featureMichael DeHaan2012-03-121-21/+67
|\
| * yum moduleSeth Vidal2012-03-121-21/+67
|/
* add polling info to manpageMichael DeHaan2012-03-111-0/+5
* Add polling logic in runner such that all actions get kicked off everywhere t...Michael DeHaan2012-03-114-50/+71
* Fixed up async and polling logic.Michael DeHaan2012-03-114-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-101-0/+6
* Merge pull request #16 from tbielawa/masterMichael DeHaan2012-03-1011-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-096-216/+135
* Rename 'ensure' to 'state' so it lines up with the service moduleMichael DeHaan2012-03-091-3/+3
* Merge pull request #88 from skvidal/featureMichael DeHaan2012-03-092-1/+236
|\
| * runner buglet and yum moduleSeth Vidal2012-03-092-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-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