-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvagrant.yml
35 lines (30 loc) · 948 Bytes
/
vagrant.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
- name: Deploy Zabbix Server
hosts: all
# sudo: yes
vars:
# MySQL
mysql_enablerepo: "http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm"
mysql_reponame: "mysql-community,mysql-community-source"
mysql_packages:
- mysql-community-server
- MySQL-python
# Zabbix Server
zbx_server_PostgreSQL: 0
# Zabbix Agent
api_admin: "admin"
api_password: "zabbix"
zbx_server_Passive: "192.168.33.10" # Passive Server Checks
zbx_agent_ServerActive: "192.168.33.10" # Active Server Checks
server_url: "http://192.168.33.10/zabbix/api_jsonrpc.php"
# Grafana
zabbixDatasource: 1
roles:
- ansible-role-common
- ansible-role-apache
- ansible-role-mysql
- ansible-role-php
- ansible-role-zabbix-server
- ansible-role-grafana
- ansible-role-zabbixweb
# - ansible-role-zabbix-agent