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