mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
9
roles/zabbix_proxy/tasks/conf.yml
Normal file
9
roles/zabbix_proxy/tasks/conf.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- 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
|
Reference in New Issue
Block a user