mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit 4566812591
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
15257e9a64
commit
ad163ed3af
5 changed files with 8 additions and 6 deletions
|
@ -107,8 +107,8 @@ options:
|
||||||
private_ip:
|
private_ip:
|
||||||
description:
|
description:
|
||||||
- Add private IPv4 address when Linode is created.
|
- Add private IPv4 address when Linode is created.
|
||||||
|
- Default is C(false).
|
||||||
type: bool
|
type: bool
|
||||||
default: "no"
|
|
||||||
ssh_pub_key:
|
ssh_pub_key:
|
||||||
description:
|
description:
|
||||||
- SSH public key applied to root user
|
- SSH public key applied to root user
|
||||||
|
|
|
@ -478,6 +478,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- (Boolean) Whether or not the elastigroup creation / update actions should wait for the instances to spin
|
- (Boolean) Whether or not the elastigroup creation / update actions should wait for the instances to spin
|
||||||
type: bool
|
type: bool
|
||||||
|
default: false
|
||||||
|
|
||||||
wait_timeout:
|
wait_timeout:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -74,8 +74,8 @@ options:
|
||||||
handle:
|
handle:
|
||||||
description:
|
description:
|
||||||
- Whether the check should be handled or not
|
- Whether the check should be handled or not
|
||||||
|
- Default is C(false).
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
|
||||||
subdue_begin:
|
subdue_begin:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
|
@ -99,14 +99,14 @@ options:
|
||||||
description:
|
description:
|
||||||
- Whether the check should be scheduled by the sensu client or server
|
- Whether the check should be scheduled by the sensu client or server
|
||||||
- This option obviates the need for specifying the I(subscribers) option
|
- This option obviates the need for specifying the I(subscribers) option
|
||||||
|
- Default is C(false).
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
|
||||||
publish:
|
publish:
|
||||||
description:
|
description:
|
||||||
- Whether the check should be scheduled at all.
|
- Whether the check should be scheduled at all.
|
||||||
- You can still issue it via the sensu api
|
- You can still issue it via the sensu api
|
||||||
|
- Default is C(false).
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
|
||||||
occurrences:
|
occurrences:
|
||||||
type: int
|
type: int
|
||||||
description:
|
description:
|
||||||
|
@ -120,8 +120,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- Classifies the check as an aggregate check,
|
- Classifies the check as an aggregate check,
|
||||||
- making it available via the aggregate API
|
- making it available via the aggregate API
|
||||||
|
- Default is C(false).
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
|
||||||
low_flap_threshold:
|
low_flap_threshold:
|
||||||
type: int
|
type: int
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -66,8 +66,8 @@ options:
|
||||||
deregister:
|
deregister:
|
||||||
description:
|
description:
|
||||||
- If a deregistration event should be created upon Sensu client process stop.
|
- If a deregistration event should be created upon Sensu client process stop.
|
||||||
|
- Default is C(false).
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
|
||||||
deregistration:
|
deregistration:
|
||||||
type: dict
|
type: dict
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -543,6 +543,7 @@ plugins/modules/system/osx_defaults.py validate-modules:parameter-state-invalid-
|
||||||
plugins/modules/system/parted.py pylint:blacklisted-name
|
plugins/modules/system/parted.py pylint:blacklisted-name
|
||||||
plugins/modules/system/parted.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/system/parted.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/system/puppet.py use-argspec-type-path
|
plugins/modules/system/puppet.py use-argspec-type-path
|
||||||
|
plugins/modules/system/puppet.py validate-modules:doc-default-does-not-match-spec # show_diff is not documented
|
||||||
plugins/modules/system/puppet.py validate-modules:parameter-invalid
|
plugins/modules/system/puppet.py validate-modules:parameter-invalid
|
||||||
plugins/modules/system/puppet.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/system/puppet.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
||||||
|
|
Loading…
Reference in a new issue