Your IP : 18.117.105.14


Current Path : /etc/ansible/templates/
Upload File :
Current File : //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 }}'