mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-01-24 12:00
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
---
|
||||
zabbix_agent_port: 10050
|
||||
# Use agent 2 (go)
|
||||
zabbix_agent2: False
|
||||
|
||||
# List of servers allowed to connect to the agent (passive checks)
|
||||
zabbix_agent_servers:
|
||||
- 51.91.175.34
|
||||
@@ -21,7 +24,7 @@ zabbix_agent_base_conf:
|
||||
TLSPSKIdentity: "{{ inventory_hostname }}-agent"
|
||||
TLSConnect: psk
|
||||
TLSAccept: 'unencrypted,psk'
|
||||
StartAgents: 5
|
||||
StartAgents: 5 # This one will be ignored on agent2
|
||||
zabbix_agent_extra_conf: {}
|
||||
zabbix_agent_conf: "{{ zabbix_agent_base_conf | combine(zabbix_agent_extra_conf, recursive=True) }}"
|
||||
|
||||
|
Reference in New Issue
Block a user