mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -07:00
Fix some formatting. (#54952)
This commit is contained in:
parent
f5d97205a0
commit
4503426f32
1 changed files with 6 additions and 6 deletions
|
@ -34,14 +34,14 @@ DOCUMENTATION = '''
|
||||||
choices: docker_swarm
|
choices: docker_swarm
|
||||||
docker_host:
|
docker_host:
|
||||||
description:
|
description:
|
||||||
- Socket of a Docker swarm manager node (tcp,unix).
|
- Socket of a Docker swarm manager node (C(tcp), C(unix)).
|
||||||
- "Use C(unix://var/run/docker.sock) to connect via local socket."
|
- "Use C(unix://var/run/docker.sock) to connect via local socket."
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
aliases: [ docker_url ]
|
aliases: [ docker_url ]
|
||||||
verbose_output:
|
verbose_output:
|
||||||
description: Toggle to (not) include all available nodes metadata (e.g. Platform, Architecture,OS,
|
description: Toggle to (not) include all available nodes metadata (e.g. C(Platform), C(Architecture), C(OS),
|
||||||
EngineVersion)
|
C(EngineVersion))
|
||||||
type: bool
|
type: bool
|
||||||
default: yes
|
default: yes
|
||||||
tls:
|
tls:
|
||||||
|
@ -89,10 +89,10 @@ DOCUMENTATION = '''
|
||||||
default: 60
|
default: 60
|
||||||
aliases: [ time_out ]
|
aliases: [ time_out ]
|
||||||
include_host_uri:
|
include_host_uri:
|
||||||
description: Toggle to return the additional attribute I(ansible_host_uri) which contains the URI of the
|
description: Toggle to return the additional attribute C(ansible_host_uri) which contains the URI of the
|
||||||
swarm leader in format of M(tcp://172.16.0.1:2376). This value may be used without additional
|
swarm leader in format of C(tcp://172.16.0.1:2376). This value may be used without additional
|
||||||
modification as value of option I(docker_host) in Docker Swarm modules when connecting via API.
|
modification as value of option I(docker_host) in Docker Swarm modules when connecting via API.
|
||||||
The port always defaults to M(2376).
|
The port always defaults to C(2376).
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
include_host_uri_port:
|
include_host_uri_port:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue