ansible-role-mariadb/defaults/main.yml
Julian Rother 1bcf12fd37
Add "plugin" option for users and allow to omit password
Set plugin to "unix_socket" to allow password-less socket-based authentication.
2025-09-13 22:19:35 +02:00

16 lines
352 B
YAML

mariadb:
backup:
enable: True
keep_days: 3
users: {}
# mysql:
# host: localhost
# password: foobar
# plugin: unix_socket # instead of password for password-less authentication
# priv: *.*:USAGE
dbs: {}
# database:
# collation: utf8_general_ci
# encoding: utf8
config:
"bind-address": "127.0.0.1"