You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: Deploy Zabbix Proxy configuration
|
|
template: src=zabbix_proxy.conf.j2 dest=/etc/zabbix/zabbix_proxy.conf
|
|
notify: restart zabbix-proxy
|
|
tags: zabbix
|
|
|
|
- name: Install server scripts
|
|
copy: src=../zabbix_server/files/scripts/ dest=/var/lib/zabbix/bin/
|
|
tags: zabbix
|
|
|