summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with "=" in the initial file path.fix-password-lookupToshio Kuratomi2015-09-091-37/+52
* set_fact should put facts in the fact_cache, not vars_cacheJames Cammarata2015-09-092-2/+23
* Merge pull request #12287 from mgedmin/py3kToshio Kuratomi2015-09-091-2/+3
|\
| * Python 3: use six.string_types instead of basestringMarius Gedminas2015-09-091-2/+3
* | * Make sure we don't sometimes get byte strings instead of unicode stringsToshio Kuratomi2015-09-091-3/+5
* | Fix docstring of parse_value() to be informativeToshio Kuratomi2015-09-091-2/+2
|/
* Merge pull request #12269 from mgedmin/py3kToshio Kuratomi2015-09-081-0/+5
|\
| * Add a comment explaining why async = 1 in the testMarius Gedminas2015-09-071-0/+4
| * Python 3: fix TypeError: unorderable types in testMarius Gedminas2015-09-071-0/+1
* | Merge pull request #12283 from kennethgillen/patch-1Brian Coca2015-09-081-1/+1
|\ \
| * | s/rpmbuild/rpm-build Kenny Gillen2015-09-081-1/+1
|/ /
* | Fix inclusion of the dynamic inventory scriptsToshio Kuratomi2015-09-081-1/+1
* | Compatibility with six-1.3.0Toshio Kuratomi2015-09-082-7/+7
* | Use UnsafeProxy for lookup results tooJames Cammarata2015-09-084-5/+37
* | Merge pull request #12281 from wenottingham/patch-8Brian Coca2015-09-081-2/+2
|\ \
| * | Update intro_windows.rstBill Nottingham2015-09-081-2/+2
|/ /
* | added note on ssh and sftp to managed node introBrian Coca2015-09-081-3/+4
* | added note on os x file limitsBrian Coca2015-09-081-1/+7
* | Merge pull request #12261 from toshywoshy/12169Brian Coca2015-09-081-1/+1
|\ \
| * | added Manjaro as an Archlinux familyToshaan Bharvani2015-09-051-1/+1
* | | Merge pull request #12278 from praveenkumar/doc_fixBrian Coca2015-09-081-0/+6
|\ \ \
| * | | Update doc to use 'become' instead of 'sudo'Praveen Kumar2015-09-081-0/+6
* | | | Fix #12258: don't wrap None in UnsafeProxy.Victor Costan2015-09-082-3/+4
* | | | Properly handle group/host_var files with dots in themJames Cammarata2015-09-082-4/+16
* | | | Don't double proxy unsafe variablesJames Cammarata2015-09-081-1/+2
* | | | Merge pull request #12265 from ansible/fix-amazon-linux-rpm-buildToshio Kuratomi2015-09-071-0/+11
|\ \ \ \
| * | | | Potential fix for amazon linux's rpm doing something strange with the python_...Toshio Kuratomi2015-09-061-0/+11
| | |_|/ | |/| |
* | | | Merge pull request #12268 from jaingaurav/ipv6James Cammarata2015-09-071-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix rsync connections to IPv6 addressesGaurav Jain2015-09-061-4/+4
|/ / /
* | | update submodule refs for documentation formattingToshio Kuratomi2015-09-052-13/+10
* | | Update module refsToshio Kuratomi2015-09-052-14/+12
| |/ |/|
* | Version bump for 2.0.0-0.2.alpha2v2.0.0-0.2.alpha2James Cammarata2015-09-041-1/+1
* | Starting to add additional unit tests for VariableManagerJames Cammarata2015-09-0413-53/+232
* | Use proxy class to mark variables unsafe for templatingJames Cammarata2015-09-043-3/+142
* | Merge pull request #12256 from ansible/password-lookup-fixToshio Kuratomi2015-09-041-35/+35
|\ \
| * | Use parse_kv to correctly parse parameters from password lookuppassword-lookup-fixToshio Kuratomi2015-09-041-35/+35
* | | added 2 more modules to changelogBrian Coca2015-09-041-0/+2
* | | updated submodule refsBrian Coca2015-09-042-12/+14
* | | Merge pull request #12250 from bcoca/become_cleanBrian Coca2015-09-045-81/+87
|\ \ \
| * | | simplify become testing and handling, we had drifted and were doulbe checking...Brian Coca2015-09-045-81/+87
| * | | remove closing connections after every task, this goes against conneciton cac...Brian Coca2015-09-041-7/+0
* | | | remove closing connections after every task, this goes against conneciton cac...Brian Coca2015-09-041-7/+0
* | | | Merge pull request #12244 from mgedmin/py3kToshio Kuratomi2015-09-049-16/+22
|\ \ \ \ | |/ / /
| * | | Replace type() checks with isinstance()Marius Gedminas2015-09-041-3/+3
| * | | Python 3: use six.text_type instead of unicodeMarius Gedminas2015-09-049-14/+20
|/ / /
* | | Merge pull request #12236 from amenonsen/ssh-cpdirJames Cammarata2015-09-031-6/+8
|\ \ \ | |/ / |/| |
| * | Go back to using ~/.ansible/cp as the ControlPathAbhijit Menon-Sen2015-09-041-6/+8
* | | Do not escape backslashes when processing a template file.Toshio Kuratomi2015-09-034-15/+32
* | | Add more details to the changelog -- may move this to a porting guideToshio Kuratomi2015-09-031-1/+21
* | | Fix unit tests for PlayIterator changes regarding fact gatheringJames Cammarata2015-09-031-0/+4