Files @ 5dd6b0b1cc59
Branch filter:

Location: majic-ansible-roles/roles/database_server/templates/root_my.cnf.j2

branko
MAR-168: Drop the user of passwords for the root MySQL account:

- Rely on unix_socket authentication plugin instead.
- Updated role reference documentation.
- Updated tests.
1
2
3
[client]
user=root
password={{ db_root_password }}