mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Docs improvements. (#3893)
This commit is contained in:
parent
8508e3fa6f
commit
59bbaeed77
6 changed files with 7 additions and 4 deletions
|
@ -93,7 +93,7 @@ DOCUMENTATION = '''
|
||||||
environment variable and keep I(endpoints), I(host), and I(port) unused.
|
environment variable and keep I(endpoints), I(host), and I(port) unused.
|
||||||
seealso:
|
seealso:
|
||||||
- module: community.general.etcd3
|
- module: community.general.etcd3
|
||||||
- ref: etcd_lookup
|
- ref: ansible_collections.community.general.etcd_lookup
|
||||||
description: The etcd v2 lookup.
|
description: The etcd v2 lookup.
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -60,6 +60,7 @@ extends_documentation_fragment:
|
||||||
- community.general.redis.documentation
|
- community.general.redis.documentation
|
||||||
|
|
||||||
seealso:
|
seealso:
|
||||||
|
- module: community.general.redis_data_incr
|
||||||
- module: community.general.redis_data_info
|
- module: community.general.redis_data_info
|
||||||
- module: community.general.redis
|
- module: community.general.redis
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -47,7 +47,7 @@ notes:
|
||||||
run the C(GET) command on the key, otherwise the module will fail.
|
run the C(GET) command on the key, otherwise the module will fail.
|
||||||
|
|
||||||
seealso:
|
seealso:
|
||||||
- module: community.general.redis_set
|
- module: community.general.redis_data
|
||||||
- module: community.general.redis_data_info
|
- module: community.general.redis_data_info
|
||||||
- module: community.general.redis
|
- module: community.general.redis
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -26,6 +26,8 @@ extends_documentation_fragment:
|
||||||
- community.general.redis
|
- community.general.redis
|
||||||
|
|
||||||
seealso:
|
seealso:
|
||||||
|
- module: community.general.redis_data
|
||||||
|
- module: community.general.redis_data_incr
|
||||||
- module: community.general.redis_info
|
- module: community.general.redis_info
|
||||||
- module: community.general.redis
|
- module: community.general.redis
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -127,7 +127,7 @@ ansible_sysname:
|
||||||
type: str
|
type: str
|
||||||
sample: ubuntu-user
|
sample: ubuntu-user
|
||||||
ansible_syslocation:
|
ansible_syslocation:
|
||||||
description: The physical location of this node (e.g., `telephone closet, 3rd floor').
|
description: The physical location of this node (e.g., C(telephone closet, 3rd floor)).
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
sample: Sitting on the Dock of the Bay
|
sample: Sitting on the Dock of the Bay
|
||||||
|
|
|
@ -45,7 +45,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
type: bool
|
type: bool
|
||||||
description:
|
description:
|
||||||
- Enable or disable the service according to local preferences in *.preset files.
|
- Enable or disable the service according to local preferences in C(*.preset) files.
|
||||||
Mutually exclusive with I(enabled). Only has an effect if set to true. Will take
|
Mutually exclusive with I(enabled). Only has an effect if set to true. Will take
|
||||||
effect prior to I(state=reset).
|
effect prior to I(state=reset).
|
||||||
user:
|
user:
|
||||||
|
|
Loading…
Reference in a new issue