Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-zabbix
https://github.com/mrlesmithjr/ansible-zabbix
ansible ansible-role zabbix
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-zabbix
- Owner: mrlesmithjr
- License: mit
- Created: 2016-03-13T05:58:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T15:36:17.000Z (over 7 years ago)
- Last Synced: 2024-11-20T21:56:48.085Z (3 months ago)
- Topics: ansible, ansible-role, zabbix
- Language: Shell
- Size: 37.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [ansible-zabbix](#ansible-zabbix)
- [Requirements](#requirements)
- [Vagrant](#vagrant)
- [Role Variables](#role-variables)
- [Dependencies](#dependencies)
- [Example Playbook](#example-playbook)
- [License](#license)
- [Author Information](#author-information)# ansible-zabbix
An [Ansible](https://www.ansible.com) role to install/configure [Zabbix](https://www.zabbix.com) Server.
## Requirements
Install required Ansible roles:
```bash
sudo ansible-galaxy install -r requirements.yml -f
```## Vagrant
Spin up a test environment using Vagrant:
```bash
sudo ansible-galaxy install -r requirements.yml -f
vagrant up
```Once the environment is up connect to using
your browswer of choice.
Login using:username: Admin
password: zabbixYou are now ready to begin testing and using Zabbix.
When you are done with your testing you can tear down by:```bash
./cleanup.sh
```## Role Variables
[Role Defaults](./defaults/main.yml)
## Dependencies
None
## Example Playbook
[Example Playbook](./playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- @mrlesmithjr
-
- mrlesmithjr [at] gmail.com