Update to 2022-12-01 12:00

This commit is contained in:
Daniel Berteaud
2022-12-01 12:00:13 +01:00
parent 09601a7884
commit be9fcf526b
11 changed files with 28 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ zabbix_agent_base_conf:
ServerActive: "{{ zabbix_agent_servers_active | join(',') }}"
HostnameItem: 'system.hostname'
Timeout: 29 # just a bit less than the proxies' Timeout
Include: '/etc/zabbix/zabbix_agentd.conf.d/*.conf'
Include: "{{ ['/etc/zabbix/zabbix_agentd.conf.d/*.conf'] + (zabbix_agent2 | ternary(['/etc/zabbix/zabbix_agent2.d/plugins.d/*.conf'], [])) }}"
TLSPSKFile: '/etc/zabbix/zabbix_agentd.psk'
TLSPSKIdentity: "{{ inventory_hostname }}-agent"
TLSConnect: psk