summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When adding nested blocks, don't pass in any parent includesstable-2.1.1James Cammarata2016-05-231-1/+1
* Add Changelog for optional pycrypto.Toshio Kuratomi2016-05-191-0/+6
* Catch DistributionNotFound when pycrypto is absent (#15731)Peter Oliver2016-05-191-0/+5
* Add work-around for ssh pty race condition.Matt Clay2016-05-192-0/+11
* New release v2.1.0.0-0.3.rc3v2.1.0.0-0.3.rc3James Cammarata2016-05-183-1/+1
* Fix typo.chouseknecht2016-05-181-1/+1
* Update ansible-container links.chouseknecht2016-05-181-2/+2
* Fix italics and version directives.chouseknecht2016-05-181-3/+3
* Add docker_service and mention ansible-container.chouseknecht2016-05-181-4/+21
* More playbook executor compatibility fixesJames Cammarata2016-05-182-4/+12
* Make load_params into a function that custom modules can access (#15913)Toshio Kuratomi2016-05-181-47/+66
* Fix small typo in ansible.cfg (#15912)Dag Wieers2016-05-181-1/+1
* Fixed issue with parents havings depth of 3+ on add method of NetworkConfigmachilde2016-05-181-0/+2
* In TQM run() mark any entries in _failed_hosts as failed in the PlayIteratorJames Cammarata2016-05-181-0/+7
* Re-remove checking for failed state on hosts when building list of hostsJames Cammarata2016-05-181-1/+1
* Make sure that serial failures are handled correctly.Vincent Roy2016-05-181-0/+6
* Don't let max_fail_percentage affect future plays.Vincent Roy2016-05-181-1/+1
* Handle max_fail_percentage per task.Vincent Roy2016-05-181-0/+13
* Don't stop executing plays after failure.Vincent Roy2016-05-181-4/+4
* Backward compatibility execution failures with 1.9Vincent Roy2016-05-182-4/+3
* Allow ssh agent usage for junos_netconfMike Bryant2016-05-181-1/+1
* openswitch.py: Fix the OpenSwitch REST authenticationKei Nohguchi2016-05-181-2/+15
* handle name resolution errors more gracefully from shell.pyPeter Sprygada2016-05-181-6/+9
* fix windows integration tests to run under kerberos usersnitzmahone2016-05-174-3/+17
* bugfix for issue with trying to eval contains with non-stringPeter Sprygada2016-05-171-1/+1
* made format more flexible and allow for non dict entriesBrian Coca2016-05-161-0/+6
* fixes #15496Peter Sprygada2016-05-161-1/+1
* Fix pkgin detection on NetBSD 6 and 7 (#15834)Michael Scherer2016-05-161-0/+1
* Check for jxmlease when using netconf on JUNOS. (#15835)Nathaniel Case2016-05-161-0/+2
* net_template.py: Fix jinja2 template file search path (#15134)Kei Nohguchi2016-05-161-0/+11
* vCloud module utils error handling bug fixes (#15859)camradal2016-05-131-5/+5
* Don't use 'from ansible.module_utils import foo' style here as it breaks (#15...Robin Roth2016-05-131-4/+3
* New release v2.1.0.0-0.2.rc2v2.1.0.0-0.2.rc2James Cammarata2016-05-134-1/+2
* Adding accelerated mode deprecation to the CHANGELOGJames Cammarata2016-05-131-0/+1
* Adding a deprecation message for accelerated modeJames Cammarata2016-05-131-0/+2
* Reworking retry/until logic to fix bugsJames Cammarata2016-05-132-13/+13
* Disable sftp batch mode if sshpass (#15829)jctanner2016-05-131-1/+5
* Update submodule refsToshio Kuratomi2016-05-132-0/+0
* Use .code instead of .getcode() as py24 does not have .getcode(). Fixes https...Matt Martz2016-05-131-1/+1
* Ship constants to the modules via internal module params rather than a second...Toshio Kuratomi2016-05-1311-40/+43
* Make sure setting facts with run_once makes copies of the dataJames Cammarata2016-05-131-2/+2
* Cascade ssh_*args configurations in synchronize instead of limiting to just s...Matt Martz2016-05-121-1/+6
* Guard against a shell profile printing extraneous dataMatt Martz2016-05-123-9/+10
* Simply being in an always block shouldn't mean a host did not failJames Cammarata2016-05-121-2/+1
* Do not include params when getting role vars in certain situationsJames Cammarata2016-05-122-2/+2
* Fixes #15745 playbook include: Conditional scopingCarl2016-05-121-1/+1
* If we can't squash for any reason, then simply do not optimize the items loop.Toshio Kuratomi2016-05-122-60/+141
* Fixed importing the libcloud modules to give a nice error rather than a trace...Toshio Kuratomi2016-05-121-4/+10
* Update GCE module to use JSON credentials (#13623)Vic Iglesias2016-05-122-27/+74
* Clear blocked hosts when a role duplicate task is found in free strategyJames Cammarata2016-05-121-0/+1