mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Type options of connection plugins (#8627)
Type options of connection plugins.
This commit is contained in:
@@ -20,6 +20,7 @@ DOCUMENTATION = '''
|
||||
remote_addr:
|
||||
description:
|
||||
- Path to the jail
|
||||
type: string
|
||||
default: inventory_hostname
|
||||
vars:
|
||||
- name: inventory_hostname
|
||||
@@ -28,6 +29,7 @@ DOCUMENTATION = '''
|
||||
remote_user:
|
||||
description:
|
||||
- User to execute as inside the jail
|
||||
type: string
|
||||
vars:
|
||||
- name: ansible_user
|
||||
- name: ansible_jail_user
|
||||
|
||||
Reference in New Issue
Block a user