Skip to content

Commit

Permalink
[stable-6] Check mode has only been added for some _info and _facts m…
Browse files Browse the repository at this point in the history
…odules in a bugfix (#6026)

Check mode has only been added for some _info and _facts modules in a bugfix (#5969)

Check mode has only been added for some _info and _facts modules in a bugfix.

(cherry picked from commit 867aee6)
  • Loading branch information
felixfontein authored Feb 20, 2023
1 parent 9109524 commit db451bf
Show file tree
Hide file tree
Showing 23 changed files with 93 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/modules/ali_instance_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
The module must be called from within the ECS instance itself.
- This module was called C(ali_instance_facts) before Ansible 2.9. The usage did not change.
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name_prefix:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/idrac_redfish_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
category:
required: true
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/memset_memstore_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
api_key:
required: true
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/memset_server_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
api_key:
required: true
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_datacenter_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- Madhav Bharadwaj (@madhav-bharadwaj)
- Priyanka Sood (@soodpr)
- Ricardo Galeno (@ricardogpsf)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_enclosure_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_ethernet_network_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_fc_network_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_fcoe_network_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_logical_interconnect_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_network_set_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/oneview_san_manager_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
provider_display_name:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/rax_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
- Gather facts for Rackspace Cloud Servers.
- This module relies on the C(pyrax) package which is deprecated in favour of using Openstack API.
- Unless maintainers step up to work on the module, it will be marked as deprecated in community.general 7.0.0 and removed in version 9.0.0.
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
address:
type: str
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/redfish_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
category:
required: false
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/smartos_image_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
filters:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/snmp_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
- community.general.attributes
- community.general.attributes.facts
- community.general.attributes.facts_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
host:
description:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/utm_aaa_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
description:
- get info for a reverse_proxy frontend entry in SOPHOS UTM.
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/utm_ca_host_key_cert_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
description:
- Get info for a ca host_key_cert entry in SOPHOS UTM.
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/utm_network_interface_address_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
description:
- Get info for a network/interface_address object in SOPHOS UTM.
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/utm_proxy_frontend_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- Create, update or destroy a reverse_proxy frontend entry in SOPHOS UTM.
- This module needs to have the REST Ability of the UTM to be activated.
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/utm_proxy_location_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- Create, update or destroy a reverse_proxy location entry in SOPHOS UTM.
- This module needs to have the REST Ability of the UTM to be activated.
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
name:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/xenserver_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
- community.general.attributes
- community.general.attributes.facts
- community.general.attributes.facts_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options: {}
'''

Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/xfconf_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
attributes:
check_mode:
version_added: 3.3.0
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
options:
channel:
description:
Expand Down

0 comments on commit db451bf

Please sign in to comment.