mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Type options of callback plugins (#8628)
Type options of callback plugins.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user