Toshio Kuratomi
836a6e7e66
Update core module ref to pick up latest docker fix
2015-08-20 09:57:47 -07:00
Toshio Kuratomi
a4a95eb7ac
Add CVE-2015-6240 id for the zone/chroot security bug.
2015-08-18 09:47:43 -07:00
James Cammarata
0034a101cb
Fix tagging on explict meta tasks
...
Fixes #11025
2015-08-14 19:29:43 -04:00
Brian Coca
152096c85c
Merge pull request #11946 from nitzmahone/no_log_censor
...
prevent local logging of module args under -vv when no_log specified
2015-08-12 15:32:58 -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
Brian Coca
2b909b4eb5
Merge pull request #11888 from zfil/fix-patch-plugin
...
patch runner action plugin in ansible 1.9.x is broken with remote source patch file
2015-08-07 10:22:05 -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
6e43065142
Changelog entry for docker fix
2015-08-06 11:55:42 -07: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
Toshio Kuratomi
6dfa93befd
Add docker module fix
2015-07-29 12:39:33 -07:00
Toshio Kuratomi
2714080a78
Update changelog with list of modules we made tls fixes for
2015-07-28 11:36:42 -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
cbc7301a76
Start list of extras modules with certificate checking added
2015-07-22 07:20:47 -07:00
Toshio Kuratomi
29d5271c1f
Note certificate fix for ec2_ami_search
2015-07-21 13:51:42 -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
c86e55dd02
Changelog for SNI and tls fixes
2015-07-20 09:52:15 -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
Toshio Kuratomi
5d1fb380fc
Add entry for yum incompatibility
2015-07-09 09:55:33 -07:00
Darren Worrall
66b92df568
Add complex_args to logging callback data
...
Callback plugins don't get given any complex module arguments on task invocation, this fixes that.
2015-07-08 08:06:24 +01:00
Brian Coca
def94da14a
reversed cache check condition to actually work
...
fixes #11505
2015-07-07 08:56:00 -04:00
Toshio Kuratomi
8b3875f286
Test unquote works as expected and fix two bugs:
...
* escaped end quote
* a single quote character
2015-07-06 13:17:28 -07:00
Brian Coca
ec4ce7821e
removed quotes that actually break detection
2015-07-06 15:44:16 -04:00
Brian Coca
01d9af26e0
pbrun not forced to use local daemon anymore
2015-07-05 15:50:16 -04:00
verm666
15ad02102e
facts: add aliases to ansible_all_ipv4_addresses on OpenBSD
2015-07-03 13:58:32 -04:00
Brian Coca
5e78c5c672
updated submodule refs
2015-07-03 13:37:20 -04:00
Brian Coca
e2c4cc70d6
added tests for sequence with a count of 1
...
now checks for stride being 0 so it does not skip counts of 1 but still skips counts of 0
fixes #11422
2015-07-03 13:34:03 -04:00
James Cammarata
676c686994
Updating CHANGELOG
2015-07-02 15:08:17 -04:00
James Cammarata
051d04c8d7
Fix bug related to keyczar messing up encodings
...
Also increases default AES key size to 256 for accelerated keys.
2015-07-02 15:05:28 -04:00
Toshio Kuratomi
c15a6cc634
Convert whole string to unicode to fix UnicodeError
...
Fixes #11472
2015-07-02 10:23:57 -07:00
Toshio Kuratomi
62a1efa0c6
Fix traceback in on_unreachable
...
Fixes #10960
2015-06-29 08:33:45 -07:00
Toshio Kuratomi
bd7e7c59a3
Pull in docs fix so that ansible-doc -l functions
2015-06-29 05:55:52 -07:00
Toshio Kuratomi
db5ea10ed2
Merge pull request #11391 from emonty/backport/openstack
...
Backport openstack module_utils from devel
2015-06-26 08:34:26 -07:00
Toshio Kuratomi
f974ff6972
Merge pull request #11390 from j2sol/pin-to-stable
...
Pin modules to the matching stable-1.9 branch
2015-06-25 11:39:15 -07:00
Monty Taylor
59cc4ead3d
Backport openstack module_utils from devel
...
There were no modules in 1.9 that used these functions, and there are
people who would like to use devel modules with 1.9 ansible.
2015-06-25 14:28:28 -04:00
Jesse Keating
3e5add9ea1
Pin modules to the matching stable-1.9 branch
...
This is to keep module changes on devel from breaking when ran on
stable-1.9 Ansible.
2015-06-25 11:24:06 -07:00
Toshio Kuratomi
aeb194d4ff
Vendorize match_hostname code so that ansible can push it out to clients along with the code that uses it.
2015-06-25 08:20:15 -07:00