update docs on check_hostname corresponding to mysqls cli --ssl switch (#123)

Signed-off-by: Norbert Varzariu <loomsen@gmail.com>
This commit is contained in:
Norbert Varzariu 2021-03-21 20:30:28 +01:00 committed by GitHub
parent 11958ec46a
commit 0bdf9e2ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.