mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 20:30:21 -07:00
Type options of connection plugins (#8627)
Type options of connection plugins.
This commit is contained in:
parent
f9a56b9a9b
commit
ce65eb8736
10 changed files with 27 additions and 4 deletions
|
@ -19,6 +19,7 @@ DOCUMENTATION = '''
|
|||
- Instance (container/VM) identifier.
|
||||
- Since community.general 8.0.0, a FQDN can be provided; in that case, the first component (the part before C(.))
|
||||
is used as the instance identifier.
|
||||
type: string
|
||||
default: inventory_hostname
|
||||
vars:
|
||||
- name: inventory_hostname
|
||||
|
@ -27,6 +28,7 @@ DOCUMENTATION = '''
|
|||
executable:
|
||||
description:
|
||||
- Shell to use for execution inside instance.
|
||||
type: string
|
||||
default: /bin/sh
|
||||
vars:
|
||||
- name: ansible_executable
|
||||
|
@ -34,6 +36,7 @@ DOCUMENTATION = '''
|
|||
remote:
|
||||
description:
|
||||
- Name of the LXD remote to use.
|
||||
type: string
|
||||
default: local
|
||||
vars:
|
||||
- name: ansible_lxd_remote
|
||||
|
@ -41,6 +44,7 @@ DOCUMENTATION = '''
|
|||
project:
|
||||
description:
|
||||
- Name of the LXD project to use.
|
||||
type: string
|
||||
vars:
|
||||
- name: ansible_lxd_project
|
||||
version_added: 2.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue