diff --git a/AGENTS.md b/AGENTS.md index a8dd1cb..26c2ad8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ This role installs and configures Zabbix Agent 2 for host monitoring. ## Key Variables | Variable | Default | Description | -|----------|---------|-------------| +| ---------- | --------- | ------------- | | `zabbix_agent_hostinterface` | `inventory_hostname` | Agent interface | | `zabbix_agent_hostname` | `inventory_hostname` | Host name in Zabbix | | `zabbix_agent_listen_port` | `10050` | Listen port | @@ -26,7 +26,7 @@ This role installs and configures Zabbix Agent 2 for host monitoring. ## Tags | Tag | Purpose | -|-----|---------| +| ----- | --------- | | `zabbix_agent_config` | Manage agent configuration | | `zabbix_agent_install` | Manage agent installation | | `zabbix_agent_prereq` | Manage prerequisites |