docs: standardize readme format

This commit is contained in:
Simon Cornet 2026-04-10 09:00:13 +02:00
commit 17f2fed092

View file

@ -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"
```