mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 15:21:25 -07:00
Fix M(). (#591)
* Fix M(). * Break long line. * Fix the remaining M(...). * Break long line.
This commit is contained in:
parent
e3d36a3408
commit
097aebadb0
126 changed files with 155 additions and 198 deletions
|
@ -12,7 +12,7 @@ module: proxysql_backend_servers
|
|||
author: "Ben Mildren (@bmildren)"
|
||||
short_description: Adds or removes mysql hosts from proxysql admin interface.
|
||||
description:
|
||||
- The M(proxysql_backend_servers) module adds or removes mysql hosts using
|
||||
- The M(community.general.proxysql_backend_servers) module adds or removes mysql hosts using
|
||||
the proxysql admin interface.
|
||||
options:
|
||||
hostgroup_id:
|
||||
|
@ -96,8 +96,9 @@ EXAMPLES = '''
|
|||
# This example adds a server, it saves the mysql server config to disk, but
|
||||
# avoids loading the mysql server config to runtime (this might be because
|
||||
# several servers are being added and the user wants to push the config to
|
||||
# runtime in a single batch using the M(proxysql_manage_config) module). It
|
||||
# uses supplied credentials to connect to the proxysql admin interface.
|
||||
# runtime in a single batch using the community.general.proxysql_manage_config
|
||||
# module). It uses supplied credentials to connect to the proxysql admin
|
||||
# interface.
|
||||
|
||||
- name: Add a server
|
||||
proxysql_backend_servers:
|
||||
|
|
|
@ -12,7 +12,7 @@ module: proxysql_global_variables
|
|||
author: "Ben Mildren (@bmildren)"
|
||||
short_description: Gets or sets the proxysql global variables.
|
||||
description:
|
||||
- The M(proxysql_global_variables) module gets or sets the proxysql global
|
||||
- The M(community.general.proxysql_global_variables) module gets or sets the proxysql global
|
||||
variables.
|
||||
options:
|
||||
variable:
|
||||
|
|
|
@ -13,7 +13,7 @@ module: proxysql_manage_config
|
|||
author: "Ben Mildren (@bmildren)"
|
||||
short_description: Writes the proxysql configuration settings between layers.
|
||||
description:
|
||||
- The M(proxysql_global_variables) module writes the proxysql configuration
|
||||
- The M(community.general.proxysql_global_variables) module writes the proxysql configuration
|
||||
settings between layers. Currently this module will always report a
|
||||
changed state, so should typically be used with WHEN however this will
|
||||
change in a future version when the CHECKSUM table commands are available
|
||||
|
|
|
@ -12,7 +12,7 @@ module: proxysql_mysql_users
|
|||
author: "Ben Mildren (@bmildren)"
|
||||
short_description: Adds or removes mysql users from proxysql admin interface.
|
||||
description:
|
||||
- The M(proxysql_mysql_users) module adds or removes mysql users using the
|
||||
- The M(community.general.proxysql_mysql_users) module adds or removes mysql users using the
|
||||
proxysql admin interface.
|
||||
options:
|
||||
username:
|
||||
|
@ -91,8 +91,9 @@ EXAMPLES = '''
|
|||
# This example adds a user, it saves the mysql user config to disk, but
|
||||
# avoids loading the mysql user config to runtime (this might be because
|
||||
# several users are being added and the user wants to push the config to
|
||||
# runtime in a single batch using the M(proxysql_manage_config) module). It
|
||||
# uses supplied credentials to connect to the proxysql admin interface.
|
||||
# runtime in a single batch using the community.general.proxysql_manage_config
|
||||
# module). It uses supplied credentials to connect to the proxysql admin
|
||||
# interface.
|
||||
|
||||
- name: Add a user
|
||||
proxysql_mysql_users:
|
||||
|
|
|
@ -12,7 +12,7 @@ module: proxysql_query_rules
|
|||
author: "Ben Mildren (@bmildren)"
|
||||
short_description: Modifies query rules using the proxysql admin interface.
|
||||
description:
|
||||
- The M(proxysql_query_rules) module modifies query rules using the
|
||||
- The M(community.general.proxysql_query_rules) module modifies query rules using the
|
||||
proxysql admin interface.
|
||||
options:
|
||||
rule_id:
|
||||
|
@ -79,7 +79,7 @@ options:
|
|||
description:
|
||||
- Route matched queries to this hostgroup. This happens unless there is a
|
||||
started transaction and the logged in user has
|
||||
I(transaction_persistent) set to C(True) (see M(proxysql_mysql_users)).
|
||||
I(transaction_persistent) set to C(True) (see M(community.general.proxysql_mysql_users)).
|
||||
cache_ttl:
|
||||
description:
|
||||
- The number of milliseconds for which to cache the result of the query.
|
||||
|
@ -150,8 +150,8 @@ EXAMPLES = '''
|
|||
# hostgroup, it saves the mysql query rule config to disk, but avoids loading
|
||||
# the mysql query config config to runtime (this might be because several
|
||||
# rules are being added and the user wants to push the config to runtime in a
|
||||
# single batch using the M(proxysql_manage_config) module). It uses supplied
|
||||
# credentials to connect to the proxysql admin interface.
|
||||
# single batch using the community.general.proxysql_manage_config module). It
|
||||
# uses supplied credentials to connect to the proxysql admin interface.
|
||||
|
||||
- name: Add a rule
|
||||
proxysql_query_rules:
|
||||
|
|
|
@ -48,8 +48,8 @@ EXAMPLES = '''
|
|||
# to disk, but avoids loading the mysql server config to runtime (this might be
|
||||
# because several replication hostgroup are being added and the user wants to
|
||||
# push the config to runtime in a single batch using the
|
||||
# M(proxysql_manage_config) module). It uses supplied credentials to connect
|
||||
# to the proxysql admin interface.
|
||||
# community.general.proxysql_manage_config module). It uses supplied credentials
|
||||
# to connect to the proxysql admin interface.
|
||||
|
||||
- name: Add a replication hostgroup
|
||||
proxysql_replication_hostgroups:
|
||||
|
|
|
@ -12,7 +12,7 @@ module: proxysql_scheduler
|
|||
author: "Ben Mildren (@bmildren)"
|
||||
short_description: Adds or removes schedules from proxysql admin interface.
|
||||
description:
|
||||
- The M(proxysql_scheduler) module adds or removes schedules using the
|
||||
- The M(community.general.proxysql_scheduler) module adds or removes schedules using the
|
||||
proxysql admin interface.
|
||||
options:
|
||||
active:
|
||||
|
@ -72,8 +72,9 @@ EXAMPLES = '''
|
|||
# This example adds a schedule, it saves the scheduler config to disk, but
|
||||
# avoids loading the scheduler config to runtime (this might be because
|
||||
# several servers are being added and the user wants to push the config to
|
||||
# runtime in a single batch using the M(proxysql_manage_config) module). It
|
||||
# uses supplied credentials to connect to the proxysql admin interface.
|
||||
# runtime in a single batch using the community.general.proxysql_manage_config
|
||||
# module). It uses supplied credentials to connect to the proxysql admin
|
||||
# interface.
|
||||
|
||||
- name: Add a schedule
|
||||
proxysql_scheduler:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue