mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07: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
|
- The path to a Unix domain socket for local connections
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
connect_timeout:
|
||||||
|
description:
|
||||||
|
- The connection timeout when connecting to the MySQL server.
|
||||||
|
required: false
|
||||||
|
default: 30
|
||||||
|
version_added: "2.1"
|
||||||
config_file:
|
config_file:
|
||||||
description:
|
description:
|
||||||
- Specify a config file from which user and password are to be read
|
- Specify a config file from which user and password are to be read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue