Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrlesmithjr/ansible-zabbix


https://github.com/mrlesmithjr/ansible-zabbix

ansible ansible-role zabbix

Last synced: 14 days ago
JSON representation

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: zabbix

You 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