forked from infra/ansible
zabbix: enabling ZBX_TLSCONNECT on proxy
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
d1595d1420
commit
eef6c7bc89
1 changed files with 4 additions and 3 deletions
|
|
@ -75,9 +75,10 @@ zabbixProxy:
|
|||
## Identity: zabbix_tls_psk_identity (see inventory group_vars/all). PSK value: prefer
|
||||
## zabbix_tls_psk (set per-environment, e.g. staging -> zabbix_tls_stg_psk), else zabbix_tls_stg_psk,
|
||||
## matching zabbix_agent role private vars.
|
||||
## ZBX_TLSPSK requires zabbix-docker images that support passing the raw key via env (7.x proxy-sqlite3).
|
||||
#- name: ZBX_TLSCONNECT
|
||||
# value: "psk"
|
||||
## zabbix-docker creates TLSPSKFile from ZBX_TLSPSK; Zabbix then requires TLSConnect for
|
||||
## proxy -> server (active) traffic. Use psk when the server expects the same PSK as agents.
|
||||
- name: ZBX_TLSCONNECT
|
||||
value: "psk"
|
||||
- name: ZBX_TLSACCEPT
|
||||
value: "unencrypted,psk"
|
||||
- name: ZBX_TLSPSKIDENTITY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue