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.
## 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](<https://gitlab.simoncor.net/ansible/ans-common>) |
| zabbix_agent | [ans-zabbix-agent](<https://gitlab.simoncor.net/ansible/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
```