docs: standardize readme format

This commit is contained in:
Simon Cornet 2026-04-10 09:28:58 +02:00
commit bbfea371e5

View file

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