1
1

+ PSK beállítások az agenthez

This commit is contained in:
2023-07-29 13:51:00 +02:00
parent 32b96dec9a
commit a08192d0f6
3 changed files with 15 additions and 2 deletions

View File

@ -4,3 +4,9 @@
template: src=~/git/ansible_vagrant/templates/zabbix_agentd.conf.j2 dest={{ ZBXDIR }}/zabbix_agentd.conf backup=yes
notify:
- restart zabbix-agent
- name: Zabbix Agent PSK fájl létrehozása
diff: yes
template: src=~/git/ansible_vagrant/templates/zabbix.psk.j2 dest={{ ZBXDIR }}/zabbix.psk backup=yes owner=zabbix group=zabbix mode=0640
notify:
- restart zabbix-agent