18 lines
504 B
Markdown
18 lines
504 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
|
|
|
|
Default username/password for the Zabbix Web interface is the default.
|
|
|
|
Username: Admin
|
|
Password: zabbix
|
|
|