16 lines
547 B
Django/Jinja
16 lines
547 B
Django/Jinja
################################################################################
|
|
{{ ansible_managed | comment }}
|
|
################################################################################
|
|
|
|
PidFile=/run/zabbix/zabbix_agentd.pid
|
|
LogFile=/var/log/{{ ZBXLOGDIR }}/zabbix_agentd.log
|
|
LogFileSize={{ ZBXLOGFILESIZE }}
|
|
Server={{ ZBXSERVER }}
|
|
ListenPort={{ ZBXAGENTPORT }}
|
|
ListenIP={{ ZBXLISTENIP }}
|
|
Hostname={{ inventory_hostname_short }}
|
|
TLSConnect=psk
|
|
TLSAccept=psk
|
|
TLSPSKFile={{ ZBXDIR }}/zabbix.psk
|
|
TLSPSKIdentity={{ inventory_hostname_short }}
|