Skip to content

Commit

Permalink
Fix zabbix_proxy role undefined TLS vars
Browse files Browse the repository at this point in the history
  • Loading branch information
loricvdt authored Jun 20, 2023
1 parent f6a7db3 commit 6c98041
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/fragments/proxy_role_fix.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bugfixes:
- zabbix_proxy role - failed at version validation. Fix adds cast of zabbix_proxy_version to float, similarly to the other roles.
- zabbix_proxy role - undefined vars at updating proxy definition. Fix adds null defaults for zabbix_proxy_tlsaccept and zabbix_proxy_tlsconnect.
4 changes: 4 additions & 0 deletions roles/zabbix_proxy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ zabbix_api_timeout: 30
zabbix_api_create_proxy: false
zabbix_proxy_state: present
zabbix_proxy_status: active # or passive

# TLS setttings
zabbix_proxy_tlsaccept:
zabbix_proxy_tlsconnect:

0 comments on commit 6c98041

Please sign in to comment.