forked from infra/ansible
zabbix: fix typoes in template
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
c098712064
commit
c3b29e947c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ zabbixProxy:
|
|||
- name: ZBX_TLSPSKIDENTITY
|
||||
value: "{{ zabbix_tls_psk_identity }}"
|
||||
- name: ZBX_TLSPSK
|
||||
value: "{{ (env == 'production') | ternary(zabbix_tls_psk,, zabbix_tls_stg_psk,) }}"
|
||||
value: "{{ (env == 'production') | ternary(zabbix_tls_psk, zabbix_tls_stg_psk) }}"
|
||||
## The variable is used to specify debug level. By default, value is 3
|
||||
- name: ZBX_DEBUGLEVEL
|
||||
value: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue