mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
(cherry picked from commit a96f90ff94
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
73d573b915
commit
247da9890b
31 changed files with 34 additions and 14 deletions
|
@ -68,6 +68,7 @@ options:
|
|||
description:
|
||||
- Create keystore if it does not exist.
|
||||
type: bool
|
||||
default: false
|
||||
keystore_type:
|
||||
description:
|
||||
- Keystore type (JCEKS, JKS).
|
||||
|
|
|
@ -65,10 +65,12 @@ options:
|
|||
to manual, hence combined with C(auto_node_startup=yes) will always return
|
||||
a changed state.
|
||||
type: bool
|
||||
default: false
|
||||
show_nodes:
|
||||
description:
|
||||
- Whether the list of nodes in the persistent iSCSI database should be returned by the module.
|
||||
type: bool
|
||||
default: false
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
@ -80,14 +80,17 @@ options:
|
|||
description:
|
||||
- Whether to print a transaction summary.
|
||||
type: bool
|
||||
default: false
|
||||
verbose:
|
||||
description:
|
||||
- Print extra information.
|
||||
type: bool
|
||||
default: false
|
||||
debug:
|
||||
description:
|
||||
- Enable full debugging.
|
||||
type: bool
|
||||
default: false
|
||||
requirements:
|
||||
- puppet
|
||||
author:
|
||||
|
|
|
@ -36,7 +36,6 @@ options:
|
|||
- Should a 'down' file exist or not, if it exists it disables auto startup.
|
||||
Defaults to no. Downed does not imply stopped.
|
||||
type: bool
|
||||
default: no
|
||||
enabled:
|
||||
description:
|
||||
- Whether the service is enabled or not, if disabled it also implies stopped.
|
||||
|
|
|
@ -84,6 +84,7 @@ options:
|
|||
description:
|
||||
- Log new connections matched to this rule
|
||||
type: bool
|
||||
default: false
|
||||
from_ip:
|
||||
description:
|
||||
- Source IP address.
|
||||
|
@ -120,6 +121,7 @@ options:
|
|||
description:
|
||||
- Delete rule.
|
||||
type: bool
|
||||
default: false
|
||||
interface:
|
||||
description:
|
||||
- Specify interface for the rule. The direction (in or out) used
|
||||
|
@ -149,6 +151,7 @@ options:
|
|||
description:
|
||||
- Apply the rule to routed/forwarded packets.
|
||||
type: bool
|
||||
default: false
|
||||
comment:
|
||||
description:
|
||||
- Add a comment to the rule. Requires UFW version >=0.35.
|
||||
|
|
|
@ -148,6 +148,7 @@ options:
|
|||
a new volume, and cannot be changed for an existing
|
||||
volume.
|
||||
type: bool
|
||||
default: false
|
||||
growphysical:
|
||||
description:
|
||||
- Specifies whether to attempt to execute a growphysical
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue