summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor error handling tweaks (yell if no args) for ansible-command and some minorMichael DeHaan2012-02-281-7/+7
* Add GPLv3 license headers to new files. Approved by all contributors on mail...Michael DeHaan2012-02-291-0/+16
* Merge branch 'master' of github.com:mpdehaan/ansibleMichael DeHaan2012-02-291-0/+31
|\
| * Merge pull request #40 from skvidal/masterMichael DeHaan2012-02-281-0/+31
| |\
| | * ans-command and scripts.py for the basic cli parser to be imported elsewhereSeth Vidal2012-02-281-0/+31
* | | Relicensing to GPLv3, all previous committers ok'd on mailing list.Michael DeHaan2012-02-294-36/+64
|/ /
* / Stop evaluating a host in a playbook when it encounters the first failure.Michael DeHaan2012-02-282-2/+11
|/
* - make tmp_path be a dir so we can put more than one command in there securelySeth Vidal2012-02-271-8/+12
* implement manual multiprocessing pools for the runner.Seth Vidal2012-02-271-8/+48
* If the error is an authentication exception - just report it that way don't d...Seth Vidal2012-02-271-0/+2
* Drastically simply playbook syntaxMichael DeHaan2012-02-271-5/+7
* Add a ton of comments so folks can understand what runner does. More refacto...Michael DeHaan2012-02-271-31/+55
* Added comments to explain the playbook code.Michael DeHaan2012-02-271-9/+54
* In playbooks, each pattern stanza can reference it's own user to run as, so y...Michael DeHaan2012-02-271-5/+12
* Fixed up KV munging in runner, misc fixes to copy, setup, and template modulesMichael DeHaan2012-02-272-34/+13
* make copy & template module take key/value parameters so we're consistent. O...Michael DeHaan2012-02-272-5/+16
* trim md5sum string so it does not contain the filenameMichael DeHaan2012-02-261-1/+1
* A basic service module with 'ensure' idempotence semantics. Playbook updated...Michael DeHaan2012-02-261-1/+0
* Allow multiple patterns to specified, just like Func did.Michael DeHaan2012-02-251-2/+4
* applying indentation patch from skvidalMichael DeHaan2012-02-252-228/+228
* Update reporting on playbook runs.Michael DeHaan2012-02-251-14/+61
* Notifable handlers only run when something is changed. Awesome.Michael DeHaan2012-02-251-21/+37
* Misc refactoring, updated TODO to reflect new templating features being compl...Michael DeHaan2012-02-051-35/+42
* Can it get an easier? Yes it can! Further simply playbook format.Michael DeHaan2012-02-051-1/+4
* Compress the playbook format for readabilityMichael DeHaan2012-02-051-1/+2
* Some refactoring of runner.py -- more to come to eliminate repeated codeMichael DeHaan2012-02-051-91/+79
* Implment copy with an actual minion-side module such that we can get md5sum's...Michael DeHaan2012-02-241-8/+40
* Added remote templating engine using jinja2, see examples/playbook.yml for us...Michael DeHaan2012-02-241-7/+34
* Added stub for template execution, WIP.Michael DeHaan2012-02-241-2/+20
* - add match_hosts() method to runner.Runner()Seth Vidal2012-02-251-3/+9
* simple logging setup using logger.Seth Vidal2012-02-251-0/+7
* Upgrade output for playbook runsMichael DeHaan2012-02-241-13/+22
* Kinda have to pass the host list parameterMichael DeHaan2012-02-241-1/+2
* Added rough sketch of what I want for playbook support. Debug heavy at the m...Michael DeHaan2012-02-241-21/+112
* Move runner out of __init__.py so it's clear what classes live where.Michael DeHaan2012-02-243-200/+200
* Added initial stub for where playbooks will go, moved to commonMichael DeHaan2012-02-243-18/+94
* Merge pull request #4 from skvidal/masterMichael DeHaan2012-02-251-2/+5
|\
| * add support to prompt for ssh password on the cliSeth Vidal2012-02-251-2/+5
* | Use a mktemp'd path for uploading modulesJeremy Katz2012-02-241-4/+7
|/
* Comments and fixup on the dark/contacted codeMichael DeHaan2012-02-241-5/+23
* trim unused modulesMichael DeHaan2012-02-241-2/+0
* Rename 'successful' to 'contacted' ...Michael DeHaan2012-02-241-2/+2
* Fix multiprocessing pool usage and remove stackoverflow hackMichael DeHaan2012-02-241-22/+7
* Add explicit calls to close connectionsMichael DeHaan2012-02-241-0/+2