12 lines
397 B
Markdown
12 lines
397 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 --vault-password-file /root/.vault_pass.txt -U "https://gitea.agofer.net/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
|