Toshio Kuratomi
3ebde33a44
Add ping docs fix to changelog
2017-10-08 08:20:38 -07:00
Toshio Kuratomi
991d9961ed
Change ping docs to refer to win_ping ( #31444 )
...
(cherry picked from commit 4804e99b44
)
2017-10-08 08:19:00 -07:00
Brian Coca
058ed81aa0
revert ocalhost getting 'all' vars ( #31425 )
...
back to previous implicit localhost behaviour
fixes #31420
(cherry picked from commit a9942353fe
)
2017-10-06 19:11:17 -04:00
Brian Coca
4f4905c88a
fix 'return false' from parse
...
this was abandoned early on the manger side but seems like we left behind on plugin side.
more flexible extensions with yaml plugin
validate data correctly for yaml/constructed
fixed issue with only adding one child to keyed, the group only got the host that forced it's creation
fixes #31382
fixes #31365
(cherry picked from commit e4c61ea9a1
)
2017-10-06 13:26:03 -04:00
Toshio Kuratomi
84525576f1
Add systemd check-mode fix to changelog
2017-10-06 08:59:36 -07:00
Strahinja Kustudic
3af3bb42e0
Do not run systemctl daemon-reload in check mode
...
(cherry picked from commit 7417282d37
)
2017-10-06 08:58:50 -07:00
Trishna Guha
e886da782b
nxos_snmp_* fixes : Fixes #30997 , #30999 ( #31000 ) ( #31414 )
...
* add codeblock to handle 5K platform for nxos_snmp_host
* fix get_snmp_traps for 5K platform
* Make shippable happy
(cherry picked from commit 48f4643a66
)
2017-10-06 18:34:01 +05:30
Trishna Guha
6e03cfac6f
Fixes #30846 ( #30862 ) ( #31408 )
...
(cherry picked from commit 0218fdcd80
)
2017-10-06 17:26:11 +05:30
Jordan Borean
21c9a716b6
updated changelog with win_copy fix
2017-10-06 15:25:15 +10:00
Jordan Borean
cb39aed465
win_copy: allow src to have invalid windows chars ( #31392 )
...
* win_copy: allow src to have invalid windows chars
* create file with colon instead of avoid checkout errors
(cherry picked from commit c4b51009f0
)
2017-10-06 15:24:20 +10:00
Brian Coca
d2c19eb2f1
better chown errors
...
(cherry picked from commit a6e27a903a
)
2017-10-05 18:41:28 -04:00
Toshio Kuratomi
e80c7d55d8
Add rpm_key and azure_rm dyn inv script fixes to changelog
2017-10-05 11:50:47 -07:00
Thomas Stringer
827d7e7cc6
refactor azure dynamic inventory script configparser import to support python3 ( #31370 )
...
* refactor configparser import to support python3
* change ModuleNotFoundError to ImportError
(cherry picked from commit cb01f33d1e
)
2017-10-05 11:50:10 -07:00
Eduardo Suarez-Santana
9bcb6f4372
Fix rpm_key absent. ( #31045 )
...
When keyid is 8 charactes long, drop_key function cuts everything
issuing an error: "package gpg-pubkey- is not installed"
(cherry picked from commit 4337b7a777
)
2017-10-05 11:50:09 -07:00
Sam Doran
b11d2289dd
Add docker_secrets fix to CHANGELOG
2017-10-05 14:12:18 -04:00
John R Barker
bd460eee9a
data should be redacted in docker_secret ( #31366 )
...
(cherry picked from commit e859d0da9c
)
2017-10-05 14:09:05 -04:00
John R Barker
761b00c5b8
Improve and link Network Proxy docs ( #31316 ) ( #31368 )
...
* Improve and link Network Proxy docs
It is possible for proxy issues to cause "unable to open shell", so
detail there.
Having the "how-to" in the debug page makes more sense than on the
porting page, so move it.
Fixed a few formatting issues at the same time.
* Edits
* typo
(cherry picked from commit b79d15e67f
)
2017-10-05 18:51:28 +01:00
Toshio Kuratomi
023ac17acf
Add revert of alternate shells to be used by run_command into changelog
2017-10-05 10:23:28 -07:00
Toshio Kuratomi
bc6483c96a
Revert "enable run_command to use non /bin/sh shells"
...
This breaks output from commands in current playbooks. Since this
change fixed a smaller use case we're going to revert this for 2.4.1 and
revisit a different fix for non /bin/sh shells for 2.5.x
This reverts commit 55135c0825
.
2017-10-05 10:23:28 -07:00
Toshio Kuratomi
b15ff222b1
Revert "only set executable from shell if not set already"
...
Reverted as this is a fix for 55135c0825
which is being reverted for breakage
This reverts commit e506b5da14
.
2017-10-05 10:23:28 -07:00
Rob
19c6fe9a78
[cloud] Only get rules if listener in elb_application_lb been identified in compare_rules ( #30604 )
...
* Only get rules if listener has been identified in compare_rules
* Always cast the listener port to an integer.
(cherry picked from commit 7cdaa3089ed2053f6fcfcea524a0322f40a2a822)
2017-10-05 11:57:25 -04:00
Rene van Aerle
25eb9154e9
Mention Ansible in package descriptions
...
These values are used by software updaters to show which applications
are being updates to the user. In the case of Ubuntu, it will now show
clearly that it is updating Ansible instead of a radically simple IT
automation platform.
(cherry picked from commit 95e1d91d5d
)
2017-10-05 08:41:42 -07:00
Sam Doran
2f85e78813
Add SELinux fact change to CHANGELOG
2017-10-05 09:22:10 -04:00
Sam Doran
71e0540016
Make ansible_selinux facts a consistent type ( #31065 )
...
* Make ansible_selinux facts a consistent type
Rather than returning a bool if the Python library is missing, return a dict with one key containing a message explaining there is no way to tell the status of SELinux on the system becasue the Python library is not present.
* Fix unit test
(cherry picked from commit e7902d888c
)
2017-10-05 09:19:56 -04:00
Trishna Guha
ecce2f826f
nxos_config and nxos_pim_interface fix ( #31343 )
...
* fixes #31080 (#31081 )
(cherry picked from commit 266c2f5831
)
* nxos_config intended_config docfix (#31337 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 9f72b32c5d
)
2017-10-05 17:06:16 +05:30
Toshio Kuratomi
13a86b649d
Add ssh-extra-args fix to changelog
2017-10-04 23:16:03 -07:00
Brian Coca
8ccb719dfc
restore connection options from cli
...
fixes #30720
(cherry picked from commit bed7cd8b11
)
2017-10-04 23:14:56 -07:00
Toshio Kuratomi
6dab8b7bfa
New release v2.4.1.0-0.2.beta2
2017-10-04 20:12:09 -07:00
Brian Coca
e1fab37316
removed example for restricted facts namespace
2017-10-04 20:38:21 -04:00
Matt Clay
eaabb33286
Avoid msrest version 0.4.15 for Azure modules.
...
This version has known regressions preventing modules such as
azure_rm_dnsrecordset from working.
(cherry picked from commit e167c9338c
)
2017-10-04 16:00:31 -07:00
Matt Clay
72154072bb
Switch CI for OS X back to a single job. ( #31265 )
...
* Update Shippable scripts for group/non-group use.
* Switch CI for OS X back to a single job.
(cherry picked from commit 5a91ed0a3b
)
2017-10-04 13:26:13 -07:00
Matt Clay
389356d612
Run OS X and FreeBSD CI tests using groups. ( #31254 )
...
* Run OS X and FreeBSD CI tests using groups.
* Improve readability of Shippable jobs.
(cherry picked from commit 72237b63e7
)
2017-10-04 13:26:13 -07:00
Matt Clay
e25d44f97c
Run all Windows tests if change detection disabled ( #30320 )
...
* Run all Windows tests if change detection disabled
* Run all Windows versions if change detection disabled
(cherry picked from commit 765718bed2
)
2017-10-04 13:26:13 -07:00
Matt Clay
75bfd4cf2f
Update Windows CI groups from 2 to 3.
...
(cherry picked from commit c00ad0868e
)
2017-10-04 13:26:13 -07:00
Toshio Kuratomi
8281627d43
We want the ini and env vars to both override in the same order
...
There's an ssh version and a generic version. We want the ssh version
to override the generic version in both cases.
(cherry picked from commit 52497920fa
)
2017-10-04 13:07:20 -07:00
Toshio Kuratomi
327f76f8fd
Add any_errors_fatal fix to changelog
2017-10-04 12:56:18 -07:00
Sloane Hertel
72148b358d
Allow any_errors_fatal to be set in playbook - fixes #30691 ( #30839 )
...
* Allow any_errors_fatal to be set in playbook.
* Default to the config file value for any_errors_fatal only if it isn't already provided.
* add _get_attr method
(cherry picked from commit aa658c64ec
)
2017-10-04 12:56:18 -07:00
Matt Clay
2572b2147e
Fix ansible-test config management.
...
(cherry picked from commit a333f2e5b0
)
2017-10-04 12:53:29 -07:00
Brian Coca
dff33071d0
check type to avoid typeerror tb
...
fixes #31290 by giving more meaningful message
(cherry picked from commit 8aa33419c9
)
2017-10-04 15:14:48 -04:00
Martin Krizek
64b569635d
Add yum fix to changelog
2017-10-04 21:09:11 +02:00
Martin Krizek
c9af0bfea8
yum: fix name parsing out of envra ( #31247 )
...
(cherry picked from commit 115b4fdc9b
)
2017-10-04 21:08:34 +02:00
Brian Coca
4fed711c42
made note about cwd not working for hostlist anymore ( #31258 )
...
* made note about cwd not working for hostlist anymore
fixes #31041
* Edits
(cherry picked from commit 5085c3b859
)
2017-10-04 14:19:26 -04:00
Brian Coca
7d69946d42
correctd inventory_file to return full path
...
fixes #31294
(cherry picked from commit dbae704d3c
)
2017-10-04 11:54:25 -04:00
Toshio Kuratomi
e9183f1966
Update changelog for example script fix
2017-10-04 08:51:13 -07:00
Matt Martz
3d4e77f44b
Update uptime.py example script with changes to the API. Fixes #31229
...
(cherry picked from commit 2b08e00a54
)
2017-10-04 08:50:37 -07:00
Brian Coca
280e9d7bb7
dont follow symlinks for inventories
...
now symlink dir is checked for locality of group/host_vars
fixes #31195
(cherry picked from commit f00d47fac0
)
2017-10-04 11:05:09 -04:00
Brian Coca
8b39280d8d
turn all inventory cache 'off by default'
...
(cherry picked from commit 852d457549
)
2017-10-04 10:52:01 -04:00
Brian Coca
833858dc31
updated constructed docs to clarify use of ext
...
(cherry picked from commit 46621a3ddd
)
2017-10-04 08:47:47 -04:00
Trishna Guha
43d24e284c
Fixes nxos_igmp_interface idempotence issue for N1 images ( #31220 ) ( #31288 )
...
(cherry picked from commit 1378861fe7
)
2017-10-04 13:02:25 +05:30
Trishna Guha
6999b1168f
Fixes #30769 - nxos_vtp_version errors out on N1 images. ( #30770 ) ( #31285 )
...
* Fixes #30769
* add the same fix for 2 more vtp modules
(cherry picked from commit a12a05c219
)
2017-10-04 12:09:25 +05:30