mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-12-01 12:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user