summaryrefslogtreecommitdiff
path: root/lib/ansible/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 1.3.1 releasev1.3.1release1.3.1James Cammarata2013-09-161-1/+1
* Version bump for the new releaseJames Cammarata2013-09-131-1/+1
* Version bump and assorted things to start new development version.Michael DeHaan2013-06-101-2/+2
* Update release version.Michael DeHaan2013-04-021-1/+1
* Fix up some version related things on the devel branch.Michael DeHaan2013-02-011-1/+1
* Updated ansible version to align with RPM packageDag Wieers2012-12-011-1/+1
* Release stuffMichael DeHaan2012-11-301-1/+1
* Get ready to release 0.9Michael DeHaan2012-11-301-1/+1
* Release version bump for 0.9 (development branch)Michael DeHaan2012-10-191-1/+1
* Release version bumpMichael DeHaan2012-09-061-1/+1
* Release bumpMichael DeHaan2012-08-061-1/+1
* Release bump to start development on 0.6Michael DeHaan2012-07-041-1/+1
* Tweaks on previous refactoring of playbook, version bump a 0.4 reference, rem...Michael DeHaan2012-05-261-1/+1
* Version bump for integration branch (soon to be renamed 'devel'), didn't upda...Michael DeHaan2012-04-231-1/+1
* Version bump for 0.3 release0.3Michael DeHaan2012-04-231-1/+1
* clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev filesRafal Lewczuk2012-04-141-0/+0
* Bump release to 0.0.2John Eckersberg2012-04-031-1/+1
* Adding version and author to ansible init.Tim Bielawa2012-03-071-0/+2
* Some minor from 'pep8', and silencing the PEP8 messages I don't care about.Michael DeHaan2012-03-021-1/+0
* Relicensing to GPLv3, all previous committers ok'd on mailing list.Michael DeHaan2012-02-281-0/+17
* Move runner out of __init__.py so it's clear what classes live where.Michael DeHaan2012-02-231-198/+0
* Added initial stub for where playbooks will go, moved to commonMichael DeHaan2012-02-231-18/+10
* Merge pull request #4 from skvidal/masterMichael DeHaan2012-02-241-2/+5
|\
| * add support to prompt for ssh password on the cliSeth Vidal2012-02-241-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-231-5/+23
* trim unused modulesMichael DeHaan2012-02-231-2/+0
* Rename 'successful' to 'contacted' ...Michael DeHaan2012-02-231-2/+2
* Fix multiprocessing pool usage and remove stackoverflow hackMichael DeHaan2012-02-231-22/+7
* Add explicit calls to close connectionsMichael DeHaan2012-02-231-0/+2
* use readlines on stdout so we'll block on long running commandsMichael DeHaan2012-02-231-1/+2
* Add remote setting to file, update TODOMichael DeHaan2012-02-231-15/+22
* use defaults better, improve/fix setup.pyMichael DeHaan2012-02-231-21/+57
* Add MIT license headersMichael DeHaan2012-02-231-0/+21
* Added file copy support w/ readme updatesMichael DeHaan2012-02-231-7/+14
* Split CLI into binscriptMichael DeHaan2012-02-231-55/+15
* Genesis.Michael DeHaan2012-02-231-0/+165