[PR #8627/ce65eb87 backport][stable-9] Type options of connection plugins (#8662)

Type options of connection plugins (#8627)

Type options of connection plugins.

(cherry picked from commit ce65eb8736)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2024-07-21 22:16:12 +02:00 committed by GitHub
parent 3726b50a92
commit 2261bd62de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 27 additions and 4 deletions

View file

@ -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: