14 lines
363 B
Markdown
14 lines
363 B
Markdown
# Ansible role that configures Zabbix Server in a server or container
|
|
|
|
To be used with Ansible-pull:
|
|
```console
|
|
apt install ansible
|
|
ansible-pull -U "ssh://git@gitea.agofer.net:22001/jegomez/ansible-role-zabbix-server.git"
|
|
```
|
|
|
|
Based on [Official Zabbix Server Role][1]
|
|
|
|
[1]: https://github.com/ansible-collections/community.zabbix/tree/main/roles/zabbix_server
|
|
|
|
|