Commit graph

3857 commits

Author SHA1 Message Date
Toshio Kuratomi
62be954577 Second part of the script not honoring complex-args fix
I could have sworn I already committed this but it's not there so
recreating it.
2015-10-27 22:11:04 -07:00
Toshio Kuratomi
f8cac24cb2 Use complex_args as well as k=v args in script and raw 2015-10-27 10:16:57 -07:00
Toshio Kuratomi
e8cc63aba5 Add fix for ini_file module and empty string 2015-10-26 13:08:34 -07:00
Brian Coca
8b644af1d8 Merge pull request #11638 from bcoca/fix_delegate_to_badtype
capture error when smoeone puts a list or some other complex type in
2015-10-26 13:23:58 -04:00
Toshio Kuratomi
4472889632 Use to_bytes instead of encode() to avoid traceback 2015-10-21 07:58:54 -07:00
Toshio Kuratomi
bfe743c38a Fix leftover debugging statement 2015-10-19 10:22:02 -07:00
Toshio Kuratomi
aa35154bc5 Fix uri module not handling all binary files
Fixes #2088
2015-10-19 10:17:29 -07:00
Toshio Kuratomi
e3d7c470f9 Fix crypttab bug 2015-10-14 07:50:44 -07:00
Toshio Kuratomi
fffdf5fb46 docker module fix 2015-10-14 07:34:49 -07:00
James Cammarata
5af1cda7c9 Version bump for release 1.9.4-1 2015-10-09 15:45:58 -04:00
Toshio Kuratomi
d388bd97cc Update submodule refs 2015-10-08 09:58:27 -07:00
James Cammarata
e40f0fd66a Version bump for release candidate 1.9.4 rc3 2015-10-02 10:42:33 -04:00
Chris Church
e62ca77aeb Enable winrm put_file to upload an empty file. 2015-09-29 19:52:49 -04:00
Toshio Kuratomi
7fbaf3aa4a Fixes #12488 2015-09-23 14:13:46 -07:00
Daniel Donckers
57389d55b1 Removing unnecessary import 2015-09-16 10:31:54 -06:00
Daniel Donckers
ed5ac932a5 Backport fix for properly use local variables from templates including other templates to 1.9
Fixes #6653
2015-09-15 07:54:55 -06:00
James Cammarata
d2d3162a8b Also updating submodules for stable-1.9 branch 2015-09-11 18:15:20 -04:00
James Cammarata
35686027d5 Revert "Fix order of loading of modules."
This reverts commit c0f416b510.
2015-09-11 18:12:54 -04:00
Toshio Kuratomi
c0f416b510 Fix order of loading of modules.
Allows ANSIBLE_LIBRARY to overload core modules even if the module in
ANSIBLE_LIBRARY doesn't have a .py extension.

Equivalent of devel commit: 4b895f04e3
2015-09-09 15:03:49 -07:00
Brian Coca
d3dca5606c corrected private default when vars_prompt is dict 2015-09-09 15:38:32 -04:00
James Cammarata
e5d6d1be44 Version bump for new release candidate 1.9.4-rc1 2015-09-04 17:07:35 -04:00
Toshio Kuratomi
c9ddd7a3d8 Update core module ref to pick up fix for yum
Fixes #2013
2015-09-04 08:53:54 -07:00
James Cammarata
d444ab507e Version bump for release 1.9.3-1 2015-09-03 18:26:11 -04:00
Nick Irvine
066b7079ef Clean non-printable chars from stdout instead of dropping the whole thing 2015-09-03 12:22:45 -04:00
Toshio Kuratomi
f80494e434 Avoid a traceback when turning an exception into a message 2015-09-02 21:57:11 -07:00
James Cammarata
f006a743b6 Version bump for release candidate 1.9.3 rc3 2015-08-24 10:48:49 -04:00
James Cammarata
176b5bc502 Version bump for 1.9.3-rc2 2015-08-20 16:35:03 -04:00
Toshio Kuratomi
446b8cede2 Update core modules ref 2015-08-20 13:16:16 -07:00
Toshio Kuratomi
836a6e7e66 Update core module ref to pick up latest docker fix 2015-08-20 09:57:47 -07:00
James Cammarata
0034a101cb Fix tagging on explict meta tasks
Fixes #11025
2015-08-14 19:29:43 -04:00
nitzmahone
c7fc812c6b prevent local logging of module args under -vv when no_log specified 2015-08-12 11:15:39 -07:00
James Cammarata
bf5353767e Version bump for 1.9.3-rc1 2015-08-11 13:28:41 -04:00
Brian Coca
5d9b0f16a6 Merge pull request #11890 from abarnas/stable-1.9
Fix powershell splatting leaving 'ExecutionPolicy Unrestricted' intact'
2015-08-07 10:41:56 -04:00
Ard-Jan Barnas
4f0adfb865 Fix powershell splatting leaving 'ExecutionPolicy Unrestricted' intact'
Changed powershell.py to fix powershell splatting. To make sure
the ExectutionPolicy stays working, added 'ExecutionPolicy Unrestricted'
to _common-args.

This restores support for: myscript.ps1 @{'Key'='Value';'Another'='Value'}
2015-08-07 09:50:04 -04:00
Philippe Jandot
74bf670414 fix remote source patch file 2015-08-07 15:12:23 +02:00
Toshio Kuratomi
d8e9d78c2f Update core modules to pull in docker fix 2015-08-06 09:54:01 -07:00
Toshio Kuratomi
773a3becf5 Update submodule refs for apt_repository fix 2015-07-31 07:35:12 -07:00
Toshio Kuratomi
6c21f3c0fd iUpdate submodules 2015-07-30 18:10:24 -07:00
Brian Coca
f893d2e0e6 Merge pull request #11522 from DazWorrall/patch-2
Add complex_args to logging callback data
2015-07-28 12:36:24 -04:00
Brian Coca
1026e06e31 applied fix from #11034 by @ubergeek42 2015-07-25 11:38:08 -04:00
Toshio Kuratomi
2afb7f717d Guard the PROTOCOL setting so that we work on older pythons 2015-07-24 15:08:38 -07:00
Toshio Kuratomi
f074c6ad35 Update extras submodule ref 2015-07-23 07:33:39 -07:00
James Cammarata
6c3e8f214a Port of d412bc7 to stable-1.9 2015-07-22 16:19:18 -04:00
Toshio Kuratomi
742c6a1ffb Update module pointers to get the latest in the certificate fixes 2015-07-22 07:22:17 -07:00
Toshio Kuratomi
604fbbb4a5 Pull in ec2_ami_search ssl fix 2015-07-21 13:51:17 -07:00
Toshio Kuratomi
01d2663687 update submodule refs for stable branch 2015-07-21 12:49:34 -07:00
Toshio Kuratomi
122c53ba38 Detect the old python-json library
Fixes #11654
2015-07-20 12:38:57 -07:00
Toshio Kuratomi
990350a0fd Have openssl autonegotiate tls protocol on python < 2.7.9
This allows usage of tls-1.1 and tls-1.2 if the underlying openssl
library supports it.  Unfortunately it also allows sslv2 and sslv3 if
the server is only configured to support those.  In this day and age,
that's probably something that the server administrator should fix
anyhow.
2015-07-20 09:47:04 -07:00
Toshio Kuratomi
a4691991ad Add support for SNI and TLS-1.1 and TLS-1.2 to the fetch_url() helper
Fixes #1716
Fixes #1695

Conflicts:
	test/integration/roles/test_uri/tasks/main.yml
2015-07-20 09:40:30 -07:00
Brian Coca
731dbeb712 capture error when smoeone puts a list or some other complex type in
delegate_to
2015-07-17 23:02:29 -04:00