mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
@@ -18,7 +18,7 @@ DOCUMENTATION = '''
|
|||||||
requirements:
|
requirements:
|
||||||
- whitelisting in configuration
|
- whitelisting in configuration
|
||||||
- certifi (Python library)
|
- certifi (Python library)
|
||||||
- flatdict (Python library), if you want to use the 'flatten' option
|
- flatdict (Python library), if you want to use the O(flatten) option
|
||||||
options:
|
options:
|
||||||
api:
|
api:
|
||||||
description: URI to the Logentries API.
|
description: URI to the Logentries API.
|
||||||
@@ -90,9 +90,9 @@ examples: >
|
|||||||
api = data.logentries.com
|
api = data.logentries.com
|
||||||
port = 10000
|
port = 10000
|
||||||
tls_port = 20000
|
tls_port = 20000
|
||||||
use_tls = no
|
use_tls = true
|
||||||
token = dd21fc88-f00a-43ff-b977-e3a4233c53af
|
token = dd21fc88-f00a-43ff-b977-e3a4233c53af
|
||||||
flatten = False
|
flatten = false
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user