Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masoud-maghsoudi/ansible-role-zabbix-server
This ansible role helps to install Zabbix Server on different Linux distributions.
https://github.com/masoud-maghsoudi/ansible-role-zabbix-server
Last synced: 25 days ago
JSON representation
This ansible role helps to install Zabbix Server on different Linux distributions.
- Host: GitHub
- URL: https://github.com/masoud-maghsoudi/ansible-role-zabbix-server
- Owner: masoud-maghsoudi
- License: mit
- Created: 2023-09-30T07:31:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T06:27:20.000Z (over 1 year ago)
- Last Synced: 2023-10-05T12:53:25.369Z (over 1 year ago)
- Language: Jinja
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-role-zabbix-server
This ansible role helps to install Zabbix Server on different Linux distributions. According to the guidelines provided in [Zabbix](https://www.zabbix.com/download) official website, I developed an ansible role that automates the package and prerequisites installation required to run a brand new Zabbix Server.
## Example Playbook
It is recommended not to pass any variable to the role. instead, you can modify package versions in roles/{{ role_name }}/defaults/main.yml with respect to the information provided on [zabbix](https://www.zabbix.com/download) official website.
- hosts: new-servers
roles:
- zabbix_server_apache_mysql
- ...## License
MIT
## Author Information
| Author | Masoud Maghsoudi |
| ------ | ------------------------------------- |
| Email | |
| Github | |