mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20: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
|
@ -17,6 +17,7 @@ DOCUMENTATION = '''
|
|||
remote_addr:
|
||||
description:
|
||||
- Container identifier
|
||||
type: string
|
||||
default: inventory_hostname
|
||||
vars:
|
||||
- name: inventory_hostname
|
||||
|
@ -26,6 +27,7 @@ DOCUMENTATION = '''
|
|||
default: /bin/sh
|
||||
description:
|
||||
- Shell executable
|
||||
type: string
|
||||
vars:
|
||||
- name: ansible_executable
|
||||
- name: ansible_lxc_executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue