Zack Williams | 49e8860 | 2020-10-14 22:17:13 -0700 | [diff] [blame^] | 1 | {# |
2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | ||||
3 | SPDX-License-Identifier: Apache-2.0 | ||||
4 | #} | ||||
5 | # mariadb templates/user.my.cnf.j2 - {{ ansible_managed }} | ||||
6 | |||||
7 | [client] | ||||
8 | user=root | ||||
9 | password="{{ mariadb_root_password }}" |