Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-19Version bump for release 1.8.4v1.8.4release1.8.4James Cammarata
2015-02-19Submodule pointer update for 1.8.4James Cammarata
2015-02-18Removing delegate_to integration tests, since it's not enabled in devel eitherv1.8.3release1.8.3James Cammarata
2015-02-18Fix bad import from merge conflict resolution in filter_plugins/core.pyJames Cammarata
2015-02-18Version bump for release 1.8.3James Cammarata
2015-02-17Fix the to_nice_yaml filter to always return unicode stringsToshio Kuratomi
2015-02-17Didn't port isbasestring/isunicodestring from kitchen so switch to isinstanceToshio Kuratomi
2015-02-17Set proper permissions for ansible-vault viewNicolas Le Manchet
2015-02-17Fix template module broken when modifying symlinksToshio Kuratomi
2015-02-17fixed issue with prompt == none and su + ask_pass in ssh pluginBrian Coca
2015-02-17make su promt AIX compatibleHenk Wiedig
2015-02-17Close some file handles explicitly in facts.pyToshio Kuratomi
2015-02-17Obfuscate passwords in more places where it is displayedToshio Kuratomi
2015-02-17Ignore errors from `shutil.rmtree` when removing temporary directoryDaniel Upton
2015-02-17Use termios instead of stty for compatibilityDagobert Michelsen
2015-02-17Do not assume that stdin is a ttyMichael Scherer
2015-02-17correct typo that breaks hashing on python 2.4.Jon Hadfield
2015-02-17Correct filter specificationToshio Kuratomi
2015-02-17Wrap some filters so they return unicode.Toshio Kuratomi
2015-02-17Add v2's unicode.py to utils so we can use unicode_wrap in the filter_pluginsToshio Kuratomi
2015-02-17Fix for v1 handling of unicode extra-varsToshio Kuratomi
2015-02-17Be explicit about unicode str transformationToshio Kuratomi
2015-02-17fix suggested by @aikomastboomAndreas Reischuck
2015-02-17Fix for unicode filenames for template moduleToshio Kuratomi
2015-02-17ansible.utils to_unicode/to_bytes isn't robust in the face ofToshio Kuratomi
2015-02-17Another place that needs to be json_dict_bytes_to_unicodeToshio Kuratomi
2015-02-17Make py2.4 remote checksum large-file-enabled as wellToshio Kuratomi
2015-02-17jinja2 cannot handle byte strs with non-ascii. So we need to transform poten...Toshio Kuratomi
2015-02-17do not use with, it is not supported all the way down to 2.4Akos Vandra
2015-02-17fixes #10086Akos Vandra
2015-02-17Fix quoting of shell parameters used in remote_checksum and add integration t...Toshio Kuratomi
2015-02-17Do not send stat all the parameters that unarchive receivedToshio Kuratomi
2015-02-17Fix various inventory scripts to use env pythonMichael Scherer
2015-02-17fixed bad exampel for library that was library_path, which of course didBrian Coca
2015-02-17Use send instead of sendv on the systemd.journal (fixes #9886)Luke Macken
2015-02-17run_once tasks are skipped without checking the delegate_to host #9784Costi Ciudatu
2015-02-17Restore json import for redis as well. Switch preference to simplejson for s...Toshio Kuratomi
2015-02-17facts caching: fix missing json in jsonfile cachingRene Moser
2015-02-17fixed json encoding issue with redisBrian Coca
2015-02-17Update changelog for the git clone parameterToshio Kuratomi
2015-02-17git module now with clone parameter and update=no revertedToshio Kuratomi
2015-02-17Strip the line to filter lines composed of only whitespacesMichael Scherer
2015-02-17Variables lookup in a template should handle properly the undefined caseNicolas RĂ©mond
2015-02-17Allow retries to be templatablejszwedko
2015-02-17file does not exist is not an error when checksumming for the template modulesToshio Kuratomi
2015-02-17Fix commentToshio Kuratomi
2015-02-17Fix remote_checksum with delegate_to and add tests for several ways that dele...Toshio Kuratomi
2015-02-17Fix template module to fail if remote checksumming failedToshio Kuratomi
2015-02-17Fix for delegate_to with hosts that aren't in inventoryToshio Kuratomi
2015-02-17Issue-9704 Better handling of missing pythonJames Keener