mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -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
|
@ -25,14 +25,16 @@ DOCUMENTATION = '''
|
|||
options:
|
||||
remote_addr:
|
||||
description:
|
||||
- vm name
|
||||
- VM name.
|
||||
type: string
|
||||
default: inventory_hostname
|
||||
vars:
|
||||
- name: ansible_host
|
||||
remote_user:
|
||||
description:
|
||||
- The user to execute as inside the vm.
|
||||
default: The *user* account as default in Qubes OS.
|
||||
- The user to execute as inside the VM.
|
||||
type: string
|
||||
default: The I(user) account as default in Qubes OS.
|
||||
vars:
|
||||
- name: ansible_user
|
||||
# keyword:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue