mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 11:43:16 +02:00
10 lines
281 B
YAML
10 lines
281 B
YAML
---
|
|
- 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
|