1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/module_utils
Felix Fontein 0fda418702
[stable-2] added supports_check_mode=True to info/facts modules (#3095)
* added supports_check_mode=True to info/facts modules (#3084)

* added supports_check_mode=True to info/facts modules

* added changelog fragment

* rolled back vertica_info

* rolled back utm_proxy_*_info

* updated changelog fragment with latest adjustments

* Update changelogs/fragments/3084-info-checkmode.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>

* added check mode to xenserver_facts + oneview_*_info

* added check mode to utm_proxy_*_info

* updated changelog

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 7da2c16b4a)

* Also fix modules removed in 3.0.0.

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2021-07-28 07:42:07 +02:00
..
compat [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
identity/keycloak [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
net_tools [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
oracle [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
remote_management [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
source_control [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
storage [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
_mount.py _mount module utils - fixed sanity checks (#2883) (#2885) 2021-06-27 09:59:25 +02:00
_netapp.py Add no_log to some module arguments (#1725) (#1730) 2021-02-04 21:54:11 +01:00
_ovirt.py Un-remove wrongly removed ovirt modules and adjust deprecation to Ansible 2.14 (#353) 2020-05-18 20:43:50 +01:00
alicloud_ecs.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
cloud.py Update CI (#1782) (#1787) 2021-02-11 11:10:42 +01:00
csv.py New Filter plugin from_csv (#2037) (#2074) 2021-03-21 13:56:32 +01:00
database.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
dimensiondata.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
gandi_livedns_api.py Add gandi_livedns module (#328) (#2070) 2021-03-21 13:22:14 +01:00
gitlab.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
heroku.py Initial commit 2020-03-09 09:11:07 +00:00
hwc_utils.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
ibm_sa_utils.py Initial commit 2020-03-09 09:11:07 +00:00
influxdb.py InfluxDB_database: Make the path argument conditional on the InfluxDB version (#1126) 2020-11-06 09:12:00 +01:00
ipa.py Added modules ipa_otpconfig and ipa_otptoken (#2122) (#2219) 2021-04-11 15:53:33 +02:00
known_hosts.py rewritten as list literals (#2160) (#2168) 2021-04-05 09:50:07 +02:00
ldap.py Feature/ldap gssapi sasl authentication (#1595) 2021-01-27 08:15:38 +01:00
linode.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
lxd.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
manageiq.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
memset.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
module_helper.py ModuleHelper - also uses LC_ALL to force language (#2731) (#2737) 2021-06-08 10:54:46 +02:00
oneandone.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oneview.py [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
online.py Initial commit 2020-03-09 09:11:07 +00:00
opennebula.py opennebula: add one_template module (#2046) (#2111) 2021-03-26 07:47:38 +01:00
proxmox.py proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
pure.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
rax.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
redfish_utils.py Redfish Bootoverride Disable behaves incorrectly (#3006) (#3016) 2021-07-16 19:18:42 +02:00
redhat.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
saslprep.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
scaleway.py fix: scaleway inventory pagination (#2036) (#2042) 2021-03-18 23:32:01 +01:00
univention_umc.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
utm_utils.py fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
vexata.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
xenserver.py xenserver_guest - fixed validations (#2243) (#2253) 2021-04-17 09:51:16 +02:00