https://github.com/akabe/ansible-zabbix
Launch Zabbix server and agent by ansible
https://github.com/akabe/ansible-zabbix
Last synced: 12 months ago
JSON representation
Launch Zabbix server and agent by ansible
- Host: GitHub
- URL: https://github.com/akabe/ansible-zabbix
- Owner: akabe
- License: mit
- Created: 2016-11-16T06:32:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T09:52:39.000Z (over 9 years ago)
- Last Synced: 2025-04-05T04:27:24.429Z (about 1 year ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-zabbix
Launch Zabbix server and agent by ansible
```
pip install zabbix-api
ansible-playbook --private-key ~/.ssh/your-key.pem zabbix.yml
```
hosts:
```
[zabbix-server]
10.0.0.1
[zabbix-agent]
10.0.0.2
```