2023-07-01 12:50:13 +02:00
|
|
|
---
|
|
|
|
- name: Zabbix Agent konfigurálása
|
|
|
|
diff: yes
|
2023-07-30 18:50:52 +02:00
|
|
|
template: src=~/git/ansible_vagrant/templates/zabbix_agentd.conf.j2 dest=/etc/zabbix/zabbix_agentd.conf backup=yes
|
2023-07-01 12:50:13 +02:00
|
|
|
notify:
|
|
|
|
- restart zabbix-agent
|
2023-07-29 13:51:00 +02:00
|
|
|
|
|
|
|
- name: Zabbix Agent PSK fájl létrehozása
|
|
|
|
diff: yes
|
2023-07-30 18:50:52 +02:00
|
|
|
template: src=~/git/ansible_vagrant/templates/zabbix.psk.j2 dest=/etc/zabbix/zabbix.psk backup=yes owner=zabbix group=zabbix mode=0640
|
2023-07-29 13:51:00 +02:00
|
|
|
notify:
|
|
|
|
- restart zabbix-agent
|