mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
Type options of inventory plugins (#8625)
Type options of inventory plugins.
This commit is contained in:
parent
daed4dcc94
commit
f9a56b9a9b
9 changed files with 21 additions and 2 deletions
|
@ -20,6 +20,7 @@ DOCUMENTATION = r'''
|
|||
options:
|
||||
plugin:
|
||||
description: Token that ensures this is a source file for the 'lxd' plugin.
|
||||
type: string
|
||||
required: true
|
||||
choices: [ 'community.general.lxd' ]
|
||||
url:
|
||||
|
@ -27,8 +28,8 @@ DOCUMENTATION = r'''
|
|||
- The unix domain socket path or the https URL for the lxd server.
|
||||
- Sockets in filesystem have to start with C(unix:).
|
||||
- Mostly C(unix:/var/lib/lxd/unix.socket) or C(unix:/var/snap/lxd/common/lxd/unix.socket).
|
||||
type: string
|
||||
default: unix:/var/snap/lxd/common/lxd/unix.socket
|
||||
type: str
|
||||
client_key:
|
||||
description:
|
||||
- The client certificate key file path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue