summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add external vars exampleMichael DeHaan2012-03-131-3/+17
* Add fire and forget exampleMichael DeHaan2012-03-131-1/+1
* This adds async poll support to playbooks. See examples. Some more testing ...Michael DeHaan2012-03-133-8/+109
* Add polling logic in runner such that all actions get kicked off everywhere t...Michael DeHaan2012-03-122-40/+6
* Fixed up async and polling logic.Michael DeHaan2012-03-122-2/+7
* Add async polling logic to runner. Will add to playbook shortly, have to dia...Michael DeHaan2012-03-113-6/+47
* Ignore commented out lines in the ansible setup files.Michael DeHaan2012-03-111-0/+6
* 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
* runner buglet and yum moduleSeth Vidal2012-03-101-1/+2
* if we've failed a connection to a host - we cannot set items to theSeth Vidal2012-03-091-2/+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-072-4/+11
* Breakout includes into seperate functions, allow vars to apply to handlers bu...Michael DeHaan2012-03-071-21/+31
* Move print statements out of playbook.py and back into CLI so we can simplify...Michael DeHaan2012-03-071-13/+10
* 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-061-2/+15
* Factoids and push variables via setup are now available to be templated in co...Michael DeHaan2012-03-062-8/+61
* Update constants.py to pull module path and the hosts file from theTim Bielawa2012-03-051-3/+7
* Fix parse_hosts to not blow up on ungrouped hosts.Tim Bielawa2012-03-051-0/+1
* WIP on async testsMichael DeHaan2012-04-041-2/+3
* Add test for template module and make 'dark' errors clearer if we get output ...Michael DeHaan2012-04-041-5/+5
* * Added uptime.py as an example of somewhat minimal API usage & reportingMichael DeHaan2012-04-042-8/+13
* Allow ":" to be used to split patterns as well as ";" so if you are just usin...Michael DeHaan2012-03-031-1/+2
* Time limit needs to be passed to async_wrapper.Michael DeHaan2012-03-031-1/+1
* Laying the groundwork for async mode, async status script still needs to be d...Michael DeHaan2012-03-031-24/+45
* Ability to import task lists and handler lists from a top level playbook file...Michael DeHaan2012-03-032-6/+50
* Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansibleMichael DeHaan2012-03-032-4/+4
* Make sure tempdirs are cleaned up after execution steps, fix notifiers, make ...Michael DeHaan2012-03-032-34/+36
* add pyflakes target & associated fixes. Also decided to save JSON to --tree ...Michael DeHaan2012-03-033-6/+5
* Some minor from 'pep8', and silencing the PEP8 messages I don't care about.Michael DeHaan2012-03-034-23/+28
* 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-031-2/+2
* Added pydoc for utils.pyMichael DeHaan2012-03-031-0/+26
* Extensive refactoring of bin/ansible, moving most output functions into lib/a...Michael DeHaan2012-03-031-0/+135
* Let "all" be an alias for "*" in patterns, fix output bug on non-command exec...Michael DeHaan2012-03-031-0/+2
* rename 'pattern' to 'hosts' in playbook format.Michael DeHaan2012-03-021-2/+2
* Increasing default --forks to 5Michael DeHaan2012-03-021-1/+1
* -p has been replaced by a required option. Various docs changes.Michael DeHaan2012-03-023-3/+10
* Allow the /etc/ansible/hosts file to contain groups and those group names to ...Michael DeHaan2012-03-023-18/+44
* add a -T option for setting ssh timeout in secondsChristopher Johnston2012-03-021-1/+1
* python 2.5 does not include json so lets try to use simplejsonChristopher Johnston2012-02-291-1/+5
* Trim errors on connection refused messagesMichael DeHaan2012-02-281-4/+2
* Plan to merge things back into ansible means we can simplify our code treeMichael DeHaan2012-02-281-43/+0
* minor option consistencyMichael DeHaan2012-02-281-1/+1
* Because I can't remember which options are supposed to be uppercase and which...Michael DeHaan2012-02-281-3/+3
* Take darkened hosts out of the playbook rotation, fix error handling in templateMichael DeHaan2012-02-281-1/+1
* Make /bin/ansible use the common options from lib/ansible/scriptsMichael DeHaan2012-02-281-0/+2
* Minor option string relabelling, move one option from common into helper scriptMichael DeHaan2012-02-281-8/+2
* Add ansible command, fix import error in runnerMichael DeHaan2012-02-281-0/+1