mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -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
|
@ -20,12 +20,14 @@ DOCUMENTATION = '''
|
|||
remote_addr:
|
||||
description:
|
||||
- Path to the jail
|
||||
type: string
|
||||
vars:
|
||||
- name: ansible_host
|
||||
- name: ansible_iocage_host
|
||||
remote_user:
|
||||
description:
|
||||
- User to execute as inside the jail
|
||||
type: string
|
||||
vars:
|
||||
- name: ansible_user
|
||||
- name: ansible_iocage_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue