Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
387 B

PidFile=/var/run/zabbix/zabbix_agentd.pid
Server={{ zabbix_agent_servers | join(',') }}
ServerActive=
HostnameItem=system.hostname
Timeout=30
LogType=system
Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf
{% if zabbix_agent_encryption == "psk" %}
TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
TLSPSKIdentity={{ inventory_hostname }}-agent
TLSConnect=psk
TLSAccept=unencrypted,psk
{% endif %}