mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add docs for mysql* modules connect_timeout.
This commit is contained in:
parent
cc7867d1de
commit
6a1f97ad42
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ options:
|
|||
- The path to a Unix domain socket for local connections
|
||||
required: false
|
||||
default: null
|
||||
connect_timeout:
|
||||
description:
|
||||
- The connection timeout when connecting to the MySQL server.
|
||||
required: false
|
||||
default: 30
|
||||
version_added: "2.1"
|
||||
config_file:
|
||||
description:
|
||||
- Specify a config file from which user and password are to be read
|
||||
|
|
Loading…
Reference in a new issue