mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
Type options of callback plugins (#8628)
Type options of callback plugins.
This commit is contained in:
parent
ce65eb8736
commit
cac55beb4f
12 changed files with 35 additions and 0 deletions
|
@ -22,6 +22,7 @@ DOCUMENTATION = '''
|
|||
options:
|
||||
url:
|
||||
description: URL to the Splunk HTTP collector source.
|
||||
type: str
|
||||
env:
|
||||
- name: SPLUNK_URL
|
||||
ini:
|
||||
|
@ -29,6 +30,7 @@ DOCUMENTATION = '''
|
|||
key: url
|
||||
authtoken:
|
||||
description: Token to authenticate the connection to the Splunk HTTP collector.
|
||||
type: str
|
||||
env:
|
||||
- name: SPLUNK_AUTHTOKEN
|
||||
ini:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue