update docs on check_hostname corresponding to mysqls cli --ssl switch

Signed-off-by: Norbert Varzariu <loomsen@gmail.com>
This commit is contained in:
Norbert Varzariu 2021-03-19 16:55:25 +01:00
parent 11958ec46a
commit 747d8a67d4

View file

@ -64,7 +64,7 @@ options:
aliases: [ ssl_key ]
check_hostname:
description:
- Whether to validate the server host name when an SSL connection is required.
- Whether to validate the server host name when an SSL connection is required. Corresponds to MySQL CLIs C(--ssl) switch.
- Setting this to C(false) disables hostname verification. Use with caution.
- Requires pymysql >= 0.7.11.
- This optoin has no effect on MySQLdb.