mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-24 09:04:21 +01:00
PR #76 follow-up: Clean up defaults examples.
This commit is contained in:
@@ -74,18 +74,19 @@ mysql_config_include_files: []
|
||||
# - src: path/relative/to/playbook/file.cnf
|
||||
# - { src: path/relative/to/playbook/anotherfile.cnf, force: yes }
|
||||
|
||||
|
||||
# Databases.
|
||||
mysql_databases: []
|
||||
# Full example:
|
||||
# mysql_databases:
|
||||
# - { name: example, collation: utf8_general_ci, encoding: utf8, replicate: 1 }
|
||||
# - name: example
|
||||
# collation: utf8_general_ci
|
||||
# encoding: utf8
|
||||
# replicate: 1
|
||||
|
||||
# Users
|
||||
# Users.
|
||||
mysql_users: []
|
||||
# Full Example:
|
||||
# mysql_users:
|
||||
# - { name: example, host: 127.0.0.1, password: secret, priv: *.*:USAGE }
|
||||
# - name: example
|
||||
# host: 127.0.0.1
|
||||
# password: secret
|
||||
# priv: *.*:USAGE
|
||||
|
||||
# Replication settings (replication is only enabled if master/user have values).
|
||||
mysql_server_id: "1"
|
||||
|
||||
Reference in New Issue
Block a user