base/readme.md
Simon Cornet 28740e5b4d
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
style: fix markdown table column alignment
2026-05-18 18:27:50 +02:00

18 lines
746 B
Markdown

# Ansible Playbook: Base
Configure system baseline with common settings and Zabbix monitoring.
## Roles
This playbook includes the following roles:
| Role | Description | Repository |
| -------------- | -------------------------------------- | ------------------------------------------------------------------------ |
| `common` | Core OS components and system defaults | [ans-common](https://git.simoncor.net/ansible/common) |
| `zabbix_agent` | Zabbix Agent 2 monitoring | [ans-zabbix-agent](https://git.simoncor.net/ansible/zabbix-agent) |
## Usage
```bash
ansible-playbook playbook.yaml
```