Commit Graph

33052 Commits (e1fab373163ea3213fb51d3460ca5baa7ff29381)
 

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

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

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

Change module to work with Elasticsearch 2.x and 5.x automatically.
Update examples and docs.
Supersedes #21989

* Check system paths for elasticsearch-plugin binary

Use get_bin_path from basic.py for searching paths.

* Create a copy of PLUGIN_BIN_PATHS rather than modifying the global

* Use provided plugin_bin path first before trying other places

Change global PLUGIN_BIN_PATHS to a tuple

(cherry picked from commit a5ee865634)
7 years ago
Toshio Kuratomi 34bb2810a5 Add monit module fix to changelog 7 years ago
Daniel Roberts 6a1dffc507 fix monit version check
it was erroneously checking > 3.18 instead of > 5.18

Fixes #30614

(cherry picked from commit 34878926ca)
7 years ago
Toshio Kuratomi 7bfc23ad9e Add include_vars file instead of directory error message to changelog 7 years ago
Abhishek Shukla 4283a689d9 BugFix code breaks, if include_vars dir is file instead of directory (#31157)
(cherry picked from commit d0c003ab0f)
7 years ago
Brian Coca 04a059e406 make pipelining actually backwards compatible
restore ssh specific setting the global, in the future these will be separate.

(cherry picked from commit 2d70dc7f21)
7 years ago
jborean93 0e7fe0fe2e updated changelog for win_reg_stat return value fix 7 years ago
Dustin Spicuzza 59beba32be win_reg_stat actually sets properties to be a dictionary, not a list (#31252)
(cherry picked from commit 8f62be7b7c)
7 years ago
Matt Davis 22d9135b87 Add desc for 31084 7 years ago
Jordan Borean df4daeb9a9 win_copy: fix for copying encrypted file without pass (#31084)
* win_copy: fix for copying encrypted file without pass

* fix pep8 issue

* reduced the diff and fixed some minor issues

(cherry picked from commit bba941cd5b)
7 years ago
Andreas Olsson 52998cbb15 Remove git:// urls from docsite and from packaging (#30459)
It's almost always preferable to clone by way of https:// rather than
using the bare git:// protocol. Not only does https:// provide
stronger guarantees it also plays nicer with corporate proxies, etc.
(cherry picked from commit ba0b91b51b)
7 years ago
Scott Butler bbe73e2261 Fixed bad URL formatting. 7 years ago
Scott Butler 6ca6167cc8 Fixed typo in Yum repo path. 7 years ago
Brian Coca fa131f9a07 make pipelining actually backwards compatible
restore ssh specific setting the global, in the future these will be separate.

(cherry picked from commit 2d70dc7f21)
7 years ago
Adrian Likins 74e0643dbb Handle vault decrypt --output=- (#31066)
In cli.CLI.unfrack_path callback, special case if the
value of '--output' is '-', and avoid expanding
it to a full path.

vault cli already has special cases for '-', so it
just needs to get the original value to work.

Fixes #30550
(cherry picked from commit 278ff19bea)
7 years ago
Matt Clay 1bc2f4e38e Update changelog for deserialization fix. 7 years ago
Brian Coca f09c1211a7 set _hosts on access if None (#31111)
set _hosts on access if None to bpyass srlz10n issues to fix #30903

(cherry picked from commit cf3414d7d7)
7 years ago
Adrian Likins b81270f7d5 Fix flush_cache on redis cache
Fix a del on non existent self.cache.

Fixes #31148

(cherry picked from commit dae0ad1ce6)
7 years ago
Brian Coca c6691eef52 remove unused ssh pipelining setters
fixes #31125

(cherry picked from commit 101377768b)
7 years ago
David Moreau-Simard 447d1cffb0 Fix backwards compatibility of constants.get_config
get_config would use ConfigManager.get_ini_value which does not
exist. What we are meant to use is
ansible.config.manager.get_ini_config_value and this method does not
expect a list, only a dictionary with a section and a key.

(cherry picked from commit 9b693235f0)
7 years ago
Jordan Borean 737a0d6015 win_dotnet_ngen: fix after broken in 2.4 (#31076)
* win_dotnet_ngen: fix after broken in 2.4

* added description to return values

(cherry picked from commit 12a4dca447)
7 years ago
jborean93 2513078f39 updated changelog after win_dotnet_ngen fix 7 years ago
jborean93 6035b00a84 updated changelog for win_msg fix 7 years ago