18 lines
746 B
Markdown
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://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
|
|
```
|