AutolabJS/AutolabJS

View on GitHub
deploy/plays/templates/db/my.cnf.j2

Summary

Maintainability
Test Coverage
# {{ ansible_managed }}

[client]
user="root"
password="{{ mysql_root_pass }}"

{#
user="{{ mysql_user_name }}"
password="{{ mysql_user_password }}"
#}