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
James Cammarata
705ab6c1e2
Version bump for 1.9.2-1 release
2015-06-24 13:35:44 -04:00
Toshio Kuratomi
8fe06a3bbd
Add changelog for the chroot/jail/zone fixes
2015-06-24 09:02:50 -07:00
Toshio Kuratomi
30ff9270ac
Use BUFSIZE when putting file as well as fetching file.
2015-06-24 08:54:06 -07:00
Toshio Kuratomi
784fb8ff8e
Fix exec_command to not use a shell
2015-06-24 08:54:00 -07:00
Toshio Kuratomi
480ad7413a
Fix fetch_file() method
2015-06-24 08:53:54 -07:00
Toshio Kuratomi
8564dbaf95
Fix problem with chroot connection plugin and symlinks from within the chroot.
...
Manually apply changes from 952166f48e
because git won't cherry-pick successfully
2015-06-24 08:52:46 -07:00
Toshio Kuratomi
0845151c9c
Better error messages when the file to be transferred does not exist.
2015-06-24 08:51:55 -07:00
Toshio Kuratomi
0056f025c3
Bumpt the BUFSIZE to 64k for better performance
2015-06-24 08:51:45 -07:00
Toshio Kuratomi
f0302f2e2d
Fix problem with jail and zone connection plugins and symlinks from within the jail/zone.
2015-06-24 08:51:38 -07:00
Toshio Kuratomi
a431098fc5
Fix for symlink problem in jail and zone
...
Manually pull in changes from ca2f2c4ebd
as git won't cherry-pick those files successfully.
2015-06-24 08:49:19 -07:00
Toshio Kuratomi
24fd4719cc
Fix forwarding the user-given params from fetch_url() to open_url()
2015-06-23 15:21:14 -07:00
Toshio Kuratomi
9bf06bfe84
Update the submodule refs for stable-1.9
2015-06-19 09:17:42 -07:00
Kirk Strauser
65fc0161a8
Don't panic if AIX's uname doesn't support -W
...
The current code expects "uname -W" on AIX to always succeed. The AIX 5
instance I have doesn't support the -W flag and facts gathering always
crashes on it.
This skips some WPAR handling code if "uname -W" doesn't work.
2015-06-16 19:10:28 -04:00
Toshio Kuratomi
e3e4f7af6b
Test is a bit different in v1 as the lookup generates a failure in v2 but a warning in v1
2015-06-15 16:52:36 -07:00
Toshio Kuratomi
968070729a
Add test that url lookup checks tls certificates
2015-06-15 16:46:29 -07:00
Toshio Kuratomi
2829d0f6ca
Add etcd and url lookup plugin security fixes to changelog
2015-06-15 16:14:24 -07:00
Toshio Kuratomi
73c7e98260
Backport security fixes to etcd and url lookup plugins
2015-06-15 16:13:05 -07:00
Toshio Kuratomi
08c1ddd24e
Split the fetch_url() function into fetch_url and open_url().
...
open_url() is suitable for use outside of a module environment. Will
let us use open_url to do SSL cert verification in other, non-module
code.
2015-06-15 12:30:15 -07:00
Toshio Kuratomi
4a5a8ed963
Add dnf to the list of module that we squash loop items for
2015-06-11 08:58:12 -07:00
Jon Hawkesworth
0868679f13
Get-FileChecksum allways returns a string now,
...
and the test_win_copy integration tests that depend on the checksum
have been updated in this change too.
2015-06-10 20:48:15 -04:00
Brian Coca
74afd24387
added test for notify in case it is defined as an empty keyword
2015-06-10 18:52:50 -04:00
Brian Coca
b70caac618
updated submodule refs
2015-06-03 14:38:51 -04:00
Brian Coca
7661f86c05
backported fix of missing import
2015-06-03 14:36:30 -04:00
Brian Coca
54103d23fc
updated banners as per marketing's request
2015-06-03 11:22:35 -04:00
Brian Coca
7c428d1f51
added google addwords tag
2015-06-03 11:22:34 -04:00
Brian Coca
8a4deba013
Merge pull request #11139 from wenottingham/galaxy-fix
...
Handle when role_dependencies is None.
2015-06-03 09:48:24 -04:00
Bill Nottingham
2a003cba88
Handle when role_dependencies is None.
2015-06-02 22:31:53 -04:00
Toshio Kuratomi
43385e2683
Add CVE number
2015-06-01 08:54:12 -07:00
Brian Coca
35ca1dd073
Merge pull request #11110 from myniva/t/11109-fix-keyerror
...
Fix KeyError which occurs when not-existing entry is tried to be removed.
2015-06-01 11:34:20 -04:00
Brian Coca
bc44e85f58
Merge pull request #11112 from jkleckner/apply-10563
...
Apply #10563 to stable-1.9
2015-06-01 09:33:03 -04:00
Basil Brunner
2945a462f6
Fix KeyError which occurs when not-existing entry is tried to be removed. Fixes #11109
2015-06-01 11:02:54 +02:00