griggheo / ansible-consul-template

Ansible role for installing consul-template
Apache License 2.0
54 stars 52 forks source link

Feature/j2 template templates #25

Closed gibbsoft closed 8 years ago

gibbsoft commented 8 years ago

This functionality is useful when you want to take advantage of jinja2 templating to create .ctmpl files for a truly dynamic solution. Caution must be taken in .ctmpl.j2 files to escape the expression delimiters intended for downstream, like {{ '{{' }} and {{ '}}' }}