zabbix/tasks/custom_agent.yml

11 lines
271 B
YAML

---
- name: '[POSTGRES] - Copy postgres checks related files'
copy:
src: 'files/postgresql'
dest: '/var/lib/zabbix/'
owner: 'zabbix'
group: 'zabbix'
loop: '{{ zabbix_agent_params }}'
when: zabbix_agent_params is defined and item.name == 'postgres'