mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
(cherry picked from commit 7533f9ac26
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
41993d44e2
commit
eb1f0c28a9
20 changed files with 72 additions and 72 deletions
|
@ -70,7 +70,7 @@ options:
|
|||
description:
|
||||
- whether to verify the TLS certificate of the consul agent
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
notes:
|
||||
type: str
|
||||
description:
|
||||
|
|
|
@ -46,7 +46,7 @@ options:
|
|||
description:
|
||||
- The key at which the value should be stored.
|
||||
type: str
|
||||
required: yes
|
||||
required: true
|
||||
value:
|
||||
description:
|
||||
- The value should be associated with the given key, required if C(state)
|
||||
|
@ -55,7 +55,7 @@ options:
|
|||
recurse:
|
||||
description:
|
||||
- If the key represents a prefix, each entry with the prefix can be
|
||||
retrieved by setting this to C(yes).
|
||||
retrieved by setting this to C(true).
|
||||
type: bool
|
||||
retrieve:
|
||||
description:
|
||||
|
@ -103,7 +103,7 @@ options:
|
|||
description:
|
||||
- Whether to verify the tls certificate of the consul agent.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
'''
|
||||
|
||||
|
||||
|
|
|
@ -37,13 +37,13 @@ options:
|
|||
description:
|
||||
- Force the change of the cluster state
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
---
|
||||
- name: Set cluster Online
|
||||
hosts: localhost
|
||||
gather_facts: no
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Get cluster state
|
||||
community.general.pacemaker_cluster:
|
||||
|
|
|
@ -48,7 +48,7 @@ options:
|
|||
description:
|
||||
- Recursively delete node and all its children.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
requirements:
|
||||
- kazoo >= 2.1
|
||||
- python >= 2.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue