%PDF- %PDF-
| Direktori : /proc/20769/root/etc/ansible/templates/ |
| Current File : //proc/20769/root/etc/ansible/templates/.my.cnf.j2 |
{% set cluster_password_esc = cluster_password | regex_replace('([\'\\\\])','\\\\\\1') -%}
# {{ ansible_managed }}
[client]
user={{ cluster_login }}
password='{{ cluster_password_esc }}'