From ef80ff83c43f12503b0eb333608885ba4e874a08 Mon Sep 17 00:00:00 2001 From: Jorge-Rodriguez Date: Tue, 29 Sep 2020 17:27:42 +0300 Subject: [PATCH] Update documentation fragment --- plugins/doc_fragments/mysql.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index 074eee7..a6f9f45 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -62,6 +62,11 @@ options: - The path to the client private key. type: path aliases: [ ssl_key ] + check_hostname: + description: + - Whether to validate the server host name when an SSL connection is required. + - Requires pymysql >= 0.7.11. MySQLdb does not support this option. + type: bool requirements: - PyMySQL (Python 2.7 and Python 3.X), or - MySQLdb (Python 2.x)