docs: standardize readme format
This commit is contained in:
parent
4977b1aa78
commit
bbfea371e5
1 changed files with 12 additions and 13 deletions
27
readme.md
27
readme.md
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue