1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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.
This commit is contained in:
Felix Fontein 2023-02-20 17:49:31 +01:00 committed by GitHub
parent 4b262e39f0
commit 867aee606e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 93 additions and 0 deletions

View file

@ -33,6 +33,11 @@ description:
The module must be called from within the ECS instance itself. 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. - 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: options:
name_prefix: name_prefix:
description: description:

View file

@ -21,6 +21,10 @@ description:
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - 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: options:
category: category:
required: true required: true

View file

@ -22,6 +22,10 @@ description:
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - 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: options:
api_key: api_key:
required: true required: true

View file

@ -22,6 +22,10 @@ description:
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - 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: options:
api_key: api_key:
required: true required: true

View file

@ -22,6 +22,10 @@ author:
- Madhav Bharadwaj (@madhav-bharadwaj) - Madhav Bharadwaj (@madhav-bharadwaj)
- Priyanka Sood (@soodpr) - Priyanka Sood (@soodpr)
- Ricardo Galeno (@ricardogpsf) - 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: options:
name: name:
description: description:

View file

@ -22,6 +22,10 @@ author:
- Felipe Bulsoni (@fgbulsoni) - Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto) - Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo) - 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: options:
name: name:
description: description:

View file

@ -21,6 +21,10 @@ author:
- Felipe Bulsoni (@fgbulsoni) - Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto) - Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo) - 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: options:
name: name:
description: description:

View file

@ -21,6 +21,10 @@ author:
- Felipe Bulsoni (@fgbulsoni) - Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto) - Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo) - 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: options:
name: name:
description: description:

View file

@ -21,6 +21,10 @@ author:
- Felipe Bulsoni (@fgbulsoni) - Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto) - Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo) - 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: options:
name: name:
description: description:

View file

@ -22,6 +22,10 @@ author:
- Felipe Bulsoni (@fgbulsoni) - Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto) - Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo) - 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: options:
name: name:
description: description:

View file

@ -21,6 +21,10 @@ author:
- Felipe Bulsoni (@fgbulsoni) - Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto) - Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo) - 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: options:
name: name:
description: description:

View file

@ -21,6 +21,10 @@ author:
- Felipe Bulsoni (@fgbulsoni) - Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto) - Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo) - 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: options:
provider_display_name: provider_display_name:
description: description:

View file

@ -14,6 +14,10 @@ module: rax_facts
short_description: Gather facts for Rackspace Cloud Servers short_description: Gather facts for Rackspace Cloud Servers
description: description:
- Gather facts for Rackspace Cloud Servers. - Gather facts for Rackspace Cloud Servers.
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: options:
address: address:
type: str type: str

View file

@ -21,6 +21,10 @@ description:
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - 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: options:
category: category:
required: false required: false

View file

@ -21,6 +21,10 @@ author: Adam Števko (@xen0l)
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - 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: options:
filters: filters:
description: description:

View file

@ -24,6 +24,10 @@ extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.facts - community.general.attributes.facts
- community.general.attributes.facts_module - 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: options:
host: host:
description: description:

View file

@ -22,6 +22,10 @@ short_description: Get info for reverse_proxy frontend entry in Sophos UTM
description: description:
- get info for a reverse_proxy frontend entry in SOPHOS UTM. - 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: options:
name: name:

View file

@ -21,6 +21,10 @@ short_description: Get info for a ca host_key_cert entry in Sophos UTM
description: description:
- Get info for a ca host_key_cert entry in SOPHOS UTM. - 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: options:
name: name:

View file

@ -20,6 +20,10 @@ short_description: Get info for a network/interface_address object
description: description:
- Get info for a network/interface_address object in SOPHOS UTM. - 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: options:
name: name:

View file

@ -22,6 +22,10 @@ description:
- Create, update or destroy a reverse_proxy frontend entry in SOPHOS UTM. - 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. - 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: options:
name: name:

View file

@ -22,6 +22,10 @@ description:
- Create, update or destroy a reverse_proxy location entry in SOPHOS UTM. - 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. - 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: options:
name: name:

View file

@ -23,6 +23,10 @@ extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.facts - community.general.attributes.facts
- community.general.attributes.facts_module - 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: {} options: {}
''' '''

View file

@ -18,6 +18,10 @@ description:
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
- community.general.attributes.info_module - 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: options:
channel: channel:
description: description: