diff --git a/readme.md b/readme.md index 71cec74..1e02999 100644 --- a/readme.md +++ b/readme.md @@ -1,19 +1,18 @@ -# Overview +# Ansible Playbook: Base -This implementation role configures the systems baseline. - -## Supported Operating Systems - -| Operating System | Version | -| --- | ----- | -| Alpine | 3.23 | -| Debian | 13 | +Configure system baseline with common settings and Zabbix monitoring. ## Roles -The following roles are included in this implementation. +This playbook includes the following roles: -| RoleName | Link | -| --- | --- | -| common | [ans-common]() | -| zabbix_agent | [ans-zabbix-agent]() | +| Role | Description | Repository | +|------|-------------|------------| +| `common` | Core OS components and system defaults | [ans-common](https://gitlab.simoncor.net/ansible/ans-common) | +| `zabbix_agent` | Zabbix Agent 2 monitoring | [ans-zabbix-agent](https://gitlab.simoncor.net/ansible/ans-zabbix-agent) | + +## Usage + +```bash +ansible-playbook playbook.yaml +```