mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 11:40:22 -07:00
[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:
parent
3726b50a92
commit
2261bd62de
10 changed files with 27 additions and 4 deletions
|
@ -16,11 +16,12 @@ DOCUMENTATION = '''
|
|||
name: zone
|
||||
short_description: Run tasks in a zone instance
|
||||
description:
|
||||
- Run commands or put/fetch files to an existing zone
|
||||
- Run commands or put/fetch files to an existing zone.
|
||||
options:
|
||||
remote_addr:
|
||||
description:
|
||||
- Zone identifier
|
||||
type: string
|
||||
default: inventory_hostname
|
||||
vars:
|
||||
- name: ansible_host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue