| Commit message (Expand) | Author | Age | Files | Lines |
* | [stable-2.10] CI and compat fixes for Jinja2 >= 3.0 (#74666) | Sam Doran | 2021-05-12 | 1 | -0/+11 |
* | transparent downstream vendoring (#69850) | Matt Davis | 2020-06-15 | 1 | -0/+3 |
* | Fix ziploader for the cornercase of ansible invoking ansible. | Toshio Kuratomi | 2016-04-29 | 1 | -2/+7 |
* | Version bump to 2.2.0 for devel | James Cammarata | 2016-04-26 | 1 | -1/+1 |
* | Bump version in devel now that stable-2.0 has been branched | Abhijit Menon-Sen | 2015-12-02 | 1 | -1/+1 |
* | Add python3-compat boilerplate to all .py files in lib/ansible | Toshio Kuratomi | 2015-10-19 | 1 | -0/+5 |
* | Re-adding submodules after moving things around | James Cammarata | 2015-05-03 | 1 | -6/+2 |
* | Making the switch to v2 | James Cammarata | 2015-05-03 | 1 | -2/+6 |
* | Updating version to contain the full major/release | James Cammarata | 2015-04-06 | 1 | -1/+1 |
* | Fixing the version in lib/ | James Cammarata | 2015-04-06 | 1 | -1/+1 |
* | Bumping files for 1.9 | James Cammarata | 2014-11-25 | 1 | -1/+1 |
* | Version bump for 1.8 | James Cammarata | 2014-08-06 | 1 | -1/+1 |
* | Version bump for 1.7 | James Cammarata | 2014-05-05 | 1 | -1/+1 |
* | Bump versions on the devel branch (devel branch version is 1.6) | Michael DeHaan | 2014-02-28 | 1 | -1/+1 |
* | Update various copyrights. Not complete, but sufficient. | Michael DeHaan | 2014-01-04 | 1 | -1/+1 |
* | Version bump for 1.5 | James Tanner | 2013-11-21 | 1 | -1/+1 |
* | Update 1.4 specfile -- no need for node fireball package, release dates | Michael DeHaan | 2013-09-13 | 1 | -1/+1 |
* | Version bump and assorted things to start new development version. | Michael DeHaan | 2013-06-10 | 1 | -2/+2 |
* | Update release version. | Michael DeHaan | 2013-04-02 | 1 | -1/+1 |
* | Fix up some version related things on the devel branch. | Michael DeHaan | 2013-02-01 | 1 | -1/+1 |
* | Updated ansible version to align with RPM package | Dag Wieers | 2012-12-01 | 1 | -1/+1 |
* | Release stuff | Michael DeHaan | 2012-11-30 | 1 | -1/+1 |
* | Get ready to release 0.9 | Michael DeHaan | 2012-11-30 | 1 | -1/+1 |
* | Release version bump for 0.9 (development branch) | Michael DeHaan | 2012-10-19 | 1 | -1/+1 |
* | Release version bump | Michael DeHaan | 2012-09-06 | 1 | -1/+1 |
* | Release bump | Michael DeHaan | 2012-08-06 | 1 | -1/+1 |
* | Release bump to start development on 0.6 | Michael DeHaan | 2012-07-04 | 1 | -1/+1 |
* | Tweaks on previous refactoring of playbook, version bump a 0.4 reference, rem... | Michael DeHaan | 2012-05-26 | 1 | -1/+1 |
* | Version bump for integration branch (soon to be renamed 'devel'), didn't upda... | Michael DeHaan | 2012-04-23 | 1 | -1/+1 |
* | Version bump for 0.3 release0.3 | Michael DeHaan | 2012-04-23 | 1 | -1/+1 |
* | clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev files | Rafal Lewczuk | 2012-04-14 | 1 | -0/+0 |
* | Bump release to 0.0.2 | John Eckersberg | 2012-04-03 | 1 | -1/+1 |
* | Adding version and author to ansible init. | Tim Bielawa | 2012-03-07 | 1 | -0/+2 |
* | Some minor from 'pep8', and silencing the PEP8 messages I don't care about. | Michael DeHaan | 2012-03-02 | 1 | -1/+0 |
* | Relicensing to GPLv3, all previous committers ok'd on mailing list. | Michael DeHaan | 2012-02-28 | 1 | -0/+17 |
* | Move runner out of __init__.py so it's clear what classes live where. | Michael DeHaan | 2012-02-23 | 1 | -198/+0 |
* | Added initial stub for where playbooks will go, moved to common | Michael DeHaan | 2012-02-23 | 1 | -18/+10 |
* | Merge pull request #4 from skvidal/master | Michael DeHaan | 2012-02-24 | 1 | -2/+5 |
|\ |
|
| * | add support to prompt for ssh password on the cli | Seth Vidal | 2012-02-24 | 1 | -2/+5 |
* | | Use a mktemp'd path for uploading modules | Jeremy Katz | 2012-02-24 | 1 | -4/+7 |
|/ |
|
* | Comments and fixup on the dark/contacted code | Michael DeHaan | 2012-02-23 | 1 | -5/+23 |
* | trim unused modules | Michael DeHaan | 2012-02-23 | 1 | -2/+0 |
* | Rename 'successful' to 'contacted' ... | Michael DeHaan | 2012-02-23 | 1 | -2/+2 |
* | Fix multiprocessing pool usage and remove stackoverflow hack | Michael DeHaan | 2012-02-23 | 1 | -22/+7 |
* | Add explicit calls to close connections | Michael DeHaan | 2012-02-23 | 1 | -0/+2 |
* | use readlines on stdout so we'll block on long running commands | Michael DeHaan | 2012-02-23 | 1 | -1/+2 |
* | Add remote setting to file, update TODO | Michael DeHaan | 2012-02-23 | 1 | -15/+22 |
* | use defaults better, improve/fix setup.py | Michael DeHaan | 2012-02-23 | 1 | -21/+57 |
* | Add MIT license headers | Michael DeHaan | 2012-02-23 | 1 | -0/+21 |
* | Added file copy support w/ readme updates | Michael DeHaan | 2012-02-23 | 1 | -7/+14 |