File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ bugfixes :
2
+ - zabbix_proxy - correctly provision tls_accept and tls_connect on Zabbix backend
Original file line number Diff line number Diff line change 116
116
tls_psk : " {{ zabbix_proxy_tlspsk_secret | default(omit) }}"
117
117
tls_psk_identity : " {{ zabbix_proxy_tlspskidentity | default(omit) }}"
118
118
tls_subject : " {{ zabbix_proxy_tls_subject | default(omit) }}"
119
- tls_accept : " {{ zabbix_proxy_tls_config[zabbix_proxy_tlsaccept if zabbix_proxy_tlsaccept else 'no_encryption'] }}"
120
- tls_connect : " {{ zabbix_proxy_tls_config[zabbix_proxy_tlsconnect if zabbix_proxy_tlsconnect else 'no_encryption'] }}"
119
+ tls_connect : " {{ zabbix_proxy_tls_config[zabbix_proxy_tlsaccept if zabbix_proxy_tlsaccept else 'no_encryption'] }}"
120
+ tls_accept : " {{ zabbix_proxy_tls_config[zabbix_proxy_tlsconnect if zabbix_proxy_tlsconnect else 'no_encryption'] }}"
121
121
when :
122
122
- zabbix_api_create_proxy | bool
123
123
delegate_to : " {{ zabbix_api_server_host }}"
You can’t perform that action at this time.
0 commit comments