base/readme.md
Simon Cornet 18eb603402
Some checks failed
ci/woodpecker/push/linting Pipeline failed
fix: update requirements to forgejo repo locations
2026-05-15 13:51:05 +02:00

18 lines
732 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
```