summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AnsibleModules.log() fix for python3py3-module_utils-logToshio Kuratomi2015-10-124-13/+265
* Fix typoToshio Kuratomi2015-10-121-1/+1
* Cleanup logic and be more paranoid about passwords with spacesToshio Kuratomi2015-10-121-15/+22
* Fixing bugs related to jfonfile cache pluginJames Cammarata2015-10-123-5/+10
* Fix display when run through a testing framework that overrides stderr/stdoutToshio Kuratomi2015-10-121-3/+8
* Fix bug in the way temp vars were created for templating vars_filesJames Cammarata2015-10-121-1/+1
* Merge pull request #12618 from AdThrive/develBrian Coca2015-10-122-2/+10
|\
| * Set the default use_private_network setting to Falsejamarzka2015-10-021-0/+4
| * Added an option to use the private network IP addressjamarzka2015-10-021-2/+6
* | Merge pull request #12550 from redrampage/remove-pw-salt-deletionBrian Coca2015-10-121-5/+0
|\ \
| * | Removed deletion of salt by 'password' lookupRedRampage2015-09-281-5/+0
* | | Merge branch 'devel' of https://github.com/ansible/ansible into develJames Cammarata2015-10-121-4/+18
|\ \ \
| * | | fixing calls to fail_jsonCharles Paul2015-10-121-4/+4
| * | | Merge pull request #12455 from privateip/develBrian Coca2015-10-121-0/+14
| |\ \ \
| | * | | added methods for retrieving vapp and vmPeter Sprygada2015-10-021-0/+14
| | | |/ | | |/|
* | | | Merge branch 'klshxsh-serial_should_be_string' into develJames Cammarata2015-10-123-3/+6
|\ \ \ \
| * | | | Tweak to the way serial percentages are handledJames Cammarata2015-10-122-2/+5
| * | | | Fix bug in way omitted values were setJames Cammarata2015-10-121-1/+1
| * | | | Merge branch 'serial_should_be_string' of https://github.com/klshxsh/ansible ...James Cammarata2015-10-121-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | changed 'string' to 'percent' for _serialklshxsh2015-10-121-1/+1
| | * | | The serial keyword can be specified as a percentage, e.g '30%' or a number e....klshxsh2015-10-091-1/+1
* | | | | Adding unit tests for PlaybookExecutor _get_serialized_batchesJames Cammarata2015-10-121-0/+96
|/ / / /
* | | | Merge pull request #12703 from keitwb/inventory_file_varJames Cammarata2015-10-111-0/+1
|\ \ \ \
| * | | | Adding the inventory_file var backBen Keith2015-10-101-0/+1
* | | | | Submodule pointer updateJames Cammarata2015-10-101-7/+7
|/ / / /
* | | | Merge pull request #12444 from knakayama/bugfix/update-docsToshio Kuratomi2015-10-092-4/+4
|\ \ \ \
| * | | | Update docs (playbooks_loops.rst, playbooks_filters.rst)knakayama2015-09-202-4/+4
* | | | | Backporting version release stuff from stable-1.9James Cammarata2015-10-094-0/+64
* | | | | Merge pull request #12450 from glnds/develToshio Kuratomi2015-10-091-1/+10
|\ \ \ \ \
| * | | | | Installation update for people using FishshellGert Leenders2015-09-211-1/+10
* | | | | | Merge pull request #12429 from edmstudio/develToshio Kuratomi2015-10-091-8/+17
|\ \ \ \ \ \
| * | | | | | Move nested function test for ipv6 to top level in synchronize module.Petr Mifek2015-10-101-4/+4
| * | | | | | Small clean up and refactor of the rsync target ipv6 observing formatter for ...Petr Mifek2015-09-181-14/+17
| * | | | | | Change synchronize module plugin to be backwards compatible with RSync 2.6.9 ...Petr Mifek2015-09-171-4/+10
* | | | | | | Merge pull request #12438 from lekum/doc_shelvefile_lookupToshio Kuratomi2015-10-091-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Update lookups doc with shelvefile exampleAlejandro Guirao2015-09-181-0/+3
* | | | | | | | <homer>doh!</homer>Brian Coca2015-10-091-1/+1
* | | | | | | | remove fix for local_action/connection local that is now not neededBrian Coca2015-10-091-5/+0
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #12627 from mgedmin/toxToshio Kuratomi2015-10-092-25/+7
|\ \ \ \ \ \ \
| * | | | | | | We need Python.h to build pycrypto on 3.5Marius Gedminas2015-10-061-1/+1
| * | | | | | | For some reason Python 3.5 wasn't preinstalled on TravisMarius Gedminas2015-10-061-0/+1
| * | | | | | | Add Python 3.5 to tox.iniMarius Gedminas2015-10-042-2/+3
| * | | | | | | Simplify tox.iniMarius Gedminas2015-10-041-17/+4
| * | | | | | | Remove redundancies from tox.iniMarius Gedminas2015-10-041-8/+1
* | | | | | | | corrects previous fix to deal with missing item key in results dictBrian Coca2015-10-091-1/+1
* | | | | | | | Revert "Track local_action internally to prevent it from being overridden"Brian Coca2015-10-093-22/+6
* | | | | | | | removed changes to make local action equate connection=local and brought it b...Brian Coca2015-10-092-14/+10
* | | | | | | | Merge pull request #12695 from matburt/fix_cache_plugins_for_v2Brian Coca2015-10-092-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix an issue where cache plugins weren't updatedMatthew Jones2015-10-092-1/+6
* | | | | | | | | on skipped you 'might' not have an item, changed to getattr to avoid keyerrorBrian Coca2015-10-091-1/+1