Commit Graph

33075 Commits (3af3bb42e056cf9a1675ae78a0cc4cfca8cfb46d)
 

Author SHA1 Message Date
Strahinja Kustudic 3af3bb42e0 Do not run systemctl daemon-reload in check mode
(cherry picked from commit 7417282d37)
8 years ago
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)
8 years ago
Trishna Guha 6e03cfac6f Fixes #30846 (#30862) (#31408)
(cherry picked from commit 0218fdcd80)
8 years ago
Jordan Borean 21c9a716b6 updated changelog with win_copy fix 8 years ago
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)
8 years ago
Brian Coca d2c19eb2f1 better chown errors
(cherry picked from commit a6e27a903a)
8 years ago
Toshio Kuratomi e80c7d55d8 Add rpm_key and azure_rm dyn inv script fixes to changelog 8 years ago
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)
8 years ago
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)
8 years ago
Sam Doran b11d2289dd Add docker_secrets fix to CHANGELOG 8 years ago
John R Barker bd460eee9a data should be redacted in docker_secret (#31366)
(cherry picked from commit e859d0da9c)
8 years ago
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)
8 years ago
Toshio Kuratomi 023ac17acf Add revert of alternate shells to be used by run_command into changelog 8 years ago
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.
8 years ago
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.
8 years ago
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 7cdaa3089e)
8 years ago
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)
8 years ago
Sam Doran 2f85e78813 Add SELinux fact change to CHANGELOG 8 years ago
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)
8 years ago
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)
8 years ago
Toshio Kuratomi 13a86b649d Add ssh-extra-args fix to changelog 8 years ago
Brian Coca 8ccb719dfc restore connection options from cli
fixes #30720

(cherry picked from commit bed7cd8b11)
8 years ago
Toshio Kuratomi 6dab8b7bfa New release v2.4.1.0-0.2.beta2 8 years ago
Brian Coca e1fab37316 removed example for restricted facts namespace 8 years ago
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)
8 years ago
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)
8 years ago
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)
8 years ago
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)
8 years ago
Matt Clay 75bfd4cf2f Update Windows CI groups from 2 to 3.
(cherry picked from commit c00ad0868e)
8 years ago
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)
8 years ago
Toshio Kuratomi 327f76f8fd Add any_errors_fatal fix to changelog 8 years ago
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)
8 years ago
Matt Clay 2572b2147e Fix ansible-test config management.
(cherry picked from commit a333f2e5b0)
8 years ago
Brian Coca dff33071d0 check type to avoid typeerror tb
fixes #31290 by giving more meaningful message

(cherry picked from commit 8aa33419c9)
8 years ago
Martin Krizek 64b569635d Add yum fix to changelog 8 years ago
Martin Krizek c9af0bfea8 yum: fix name parsing out of envra (#31247)
(cherry picked from commit 115b4fdc9b)
8 years ago
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)
8 years ago
Brian Coca 7d69946d42 correctd inventory_file to return full path
fixes #31294

(cherry picked from commit dbae704d3c)
8 years ago
Toshio Kuratomi e9183f1966 Update changelog for example script fix 8 years ago
Matt Martz 3d4e77f44b Update uptime.py example script with changes to the API. Fixes #31229
(cherry picked from commit 2b08e00a54)
8 years ago
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)
8 years ago
Brian Coca 8b39280d8d turn all inventory cache 'off by default'
(cherry picked from commit 852d457549)
8 years ago
Brian Coca 833858dc31 updated constructed docs to clarify use of ext
(cherry picked from commit 46621a3ddd)
8 years ago
Trishna Guha 43d24e284c Fixes nxos_igmp_interface idempotence issue for N1 images (#31220) (#31288)
(cherry picked from commit 1378861fe7)
8 years ago
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)
8 years ago
Sam Doran 04ced64e35 Add SELinux fix to CHANGELOG 8 years ago
Sam Doran e157082f5e Correctly write SELinux config file (#31251)
* Add new lines to end of config file lines

* Properly write out selinux config file

Change module behavior to not always report a change but warn if a reboot is needed and return reboot_required.

Improve the output messages.

Add strip parameter to get_file_lines utility to help with parsing the selinux config file.

* Add return documentation

* Add integration tests for selinux module

* Use consistent capitalization for SELinux

* Use atomic_move in selinux module

* Don't copy the config file initially

There's no need to make a copy just for reading.

* Put message after set_config_policy in case the change fails

* Add aliases to selinux tests

(cherry picked from commit 00df1fda10)
8 years ago
jborean93 8f9b4f9711 updated changelog for windows become fix 8 years ago
Jordan Borean 39196a7f2f win_become: move error handling to Ansible outside of shell (#31227)
* win_become: move error handling to Ansible outside of shell

* trimmed the output so double newlines don't get set

* added test for non-zero exit code

* missed issue URL on test

* changed exit to SetShouldExit

(cherry picked from commit e61c2799ff)
8 years ago
Sam Doran 69e945129a Add elasticsearch_plugin fix to CHANGELOG 8 years ago