summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release v2.2.2.0-1v2.2.2.0-1James Cammarata2017-03-276-1/+15
* Update submodule refsToshio Kuratomi2017-03-221-0/+0
* clarify facts assignment for several corner casesBrian Coca2017-03-151-13/+20
* deal with other 'ungrouped' corner casesBrian Coca2017-03-091-3/+10
* readd all.add_host as for loop uses diff dataBrian Coca2017-03-081-0/+1
* update submoduleToshio Kuratomi2017-03-081-0/+0
* backport inventory fix, ensure all/ungroupedBrian Coca2017-03-081-2/+10
* backport of file cache perms fixBrian Coca2017-03-081-3/+6
* catch bad extra vars data earlierBrian Coca2017-03-071-2/+7
* refresh azure_rm.py from develMatt Davis2017-03-060-0/+0
* refresh azure_rm.py from develMatt Davis2017-03-061-10/+14
* New release v2.2.2.0-0.2.rc2v2.2.2.0-0.2.rc2James Cammarata2017-03-033-1/+1
* fix azure_rm version checks (#22270)Matt Davis2017-03-031-7/+19
* Fix for traceback when we encounter non-utf8 characters in diffToshio Kuratomi2017-02-241-4/+13
* Ensure ssh hostkey checks respect server port (#20840)Will Thames2017-02-243-77/+139
* Test www.redhat.com instead of docs.ansible.com.Matt Clay2017-02-211-2/+2
* New release v2.2.2.0-0.1.rc1v2.2.2.0-0.1.rc1James Cammarata2017-02-214-2/+2
* Additional lock down of conditionalsJames Cammarata2017-02-211-25/+45
* Rework how the Conditional class deals with undefined varsJames Cammarata2017-02-211-9/+39
* Use proper YAML constructor class for safe loadingJames Cammarata2017-02-211-2/+2
* Skip fact gathering if the entire play was included via conditional and False...jctanner2017-02-213-0/+11
* set no_log for url_passwordjjlorenzo2017-02-211-1/+1
* Add missing entry in changelog for v2.2.1 (#19943)Virgil Dupras2017-02-171-0/+1
* Relocate creation of Templar in process_pending_resultsJames Cammarata2017-02-171-5/+5
* Retain vault password as bytes in 2.2Toshio Kuratomi2017-02-168-45/+45
* Fix bug introduced in 0df3767 regarding undefined entries in HostVarsJames Cammarata2017-02-151-2/+2
* Fix hash filter for non-ascii strings and Python3Toshio Kuratomi2017-02-152-2/+7
* Fix @contextmanager leak on exception. (#21031)Matt Clay2017-02-154-13/+25
* Also clean template data even if marked unsafeJames Cammarata2017-02-101-1/+2
* removed warn, which is added in 2.3Brian Coca2017-02-101-1/+0
* use regex vs list to weed out password fieldsBrian Coca2017-02-091-2/+6
* bump submodule refsMatt Davis2017-02-092-0/+0
* add url_password to 'cleanse' listBrian Coca2017-02-091-1/+1
* removing unwanted variables and using to_native instead of str()jerry2017-02-081-2/+2
* Adding self.log() on IOErrors and OSErrrosjeronimog2017-02-081-0/+2
* Use older setuptools for sanity tests.Matt Clay2017-02-061-1/+1
* Make sure that we're comparing text all the way through.Toshio Kuratomi2017-02-061-8/+8
* [cloud] `unicode` is absent on Python 3, use text_type (#20861)Eugene Krokhalev2017-02-031-3/+3
* Split on newlines when checking for prompt matches (#20945)Toshio Kuratomi2017-02-021-1/+1
* Do not substitute ssh_exeuctable until we need toToshio Kuratomi2017-02-021-7/+7
* Fix import of urlparse on python3Toshio Kuratomi2017-01-301-3/+3
* Fix `setup` on Solaris 8 and 9 (#20780)Peter Oliver2017-01-271-15/+16
* only ignore become for making tmpdirBrian Coca2017-01-261-2/+5
* fix improper setting become user for tmpdirBrian Coca2017-01-261-5/+0
* fix powershell mkdtempBrian Coca2017-01-251-2/+2
* make sure tmpdir resolvs user dirs (#20486)Brian Coca2017-01-252-3/+12
* Add jinja2 groupby filter override to cast namedtuple to tuple. Fixes #20098 ...Matt Martz2017-01-191-1/+25
* Disable pull of updated Shippable docker image.Matt Clay2017-01-191-0/+3
* Update test to use keyserver.ubuntu.com.Matt Clay2017-01-191-1/+1
* Use jinja2 import instead of pip to get version.Matt Clay2017-01-191-1/+1