ansible-role-check-mk-agent icon indicating copy to clipboard operation
ansible-role-check-mk-agent copied to clipboard

added option "check_mk_agent_validate_api_ssl_certs" to allow to disable ssl certs verification

Open pescobar opened this issue 4 years ago • 0 comments

This PR allows to define a new var check_mk_agent_validate_api_ssl_certs: false so the ssl certificates of the check_mk server are not verified. This is required when the check_mk server is using a self-signed ssl certificate.

The default value is check_mk_agent_validate_api_ssl_certs: true which is to validate the ssl certiciate by default so the actual default behaviour of verifying the ssl certificates stays the same. This PR only allows the option to disable it if needed.

pescobar avatar Sep 25 '20 13:09 pescobar