blob: cdf86c54cc7d6f93898f281ee8541418558749e2 [file] [log] [blame]
Zack Williams49e88602020-10-14 22:17:13 -07001{#
2SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3SPDX-License-Identifier: Apache-2.0
4#}
5# mariadb templates/user.my.cnf.j2 - {{ ansible_managed }}
6
7[client]
8user=root
9password="{{ mariadb_root_password }}"