docs: standardize readme format
This commit is contained in:
parent
e00738afbd
commit
17f2fed092
1 changed files with 14 additions and 2 deletions
16
readme.md
16
readme.md
|
|
@ -1,3 +1,15 @@
|
|||
# Overview
|
||||
# Ansible Role: Log Forwarder
|
||||
|
||||
This role configures the VMware Log Insight Agent.
|
||||
Install and configure Splunk Universal Forwarder for log forwarding.
|
||||
|
||||
## Variables
|
||||
|
||||
| Variable | Required | Default | Description |
|
||||
|----------|----------|---------|-------------|
|
||||
| `splunk_forwarder_deb` | Yes | `https://download.splunk.com/...` | URL to Splunk Universal Forwarder DEB package |
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
splunk_forwarder_deb: "https://download.splunk.com/products/universalforwarder/releases/9.4.2/linux/splunkforwarder-9.4.2-e9664af3d956-linux-amd64.deb"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue