Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masoud-maghsoudi/ansible-role-zabbix-server-apache-mysql
This ansible role helps to install Zabbix Server on different Linux distributions.
https://github.com/masoud-maghsoudi/ansible-role-zabbix-server-apache-mysql
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-apache-mysql
- Owner: masoud-maghsoudi
- License: mit
- Created: 2024-07-15T15:23:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T20:56:21.000Z (5 months ago)
- Last Synced: 2024-08-04T12:27:19.152Z (5 months ago)
- Language: Jinja
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zabbix-server-apache-mysql
This role installs zabbix server on a liunx machine.
## Requirements
[GNU C Library](https://www.gnu.org/software/libc/) English language pack is required to have a functioning front-end. [PyMySQL](https://pypi.org/project/pymysql/) is required for database configuration by Ansible.
both of these packages installation is handled by ansible role. but it is good to know the importance of them.
## Role Variables
All the required package and repository lists are placed in var/main.yml. Other parameters such as username, database name, package versions, etc are set in default/main.yml.
In required cases, it is recommended to change parameters with respect to guidelines provided in [zabbix](https://www.zabbix.com/download) official webite.## Dependencies
None.
## Galaxy
To install this role from ansible galaxy you can use the command below:
ansible-galaxy role install masoud-maghsoudi.zabbix-server-apache-mysql
## Example Playbook
It is recommended not to pass any variable to role, instead you can modify package versions in defaults/main.yml with respesct to [zabbix](https://www.zabbix.com/download) official website.
- hosts: all
gather_facts: true
roles:
- masoud-maghsoudi.zabbix-server-apache-mysql## License
MIT
## Author Information
| Author | Masoud Maghsoudi |
| ------ | ------------------------------------- |
| Email | [email protected] |
| Github | |