Your IP : 18.216.52.58


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