Combining jinja2-cli with jq and environment variables
In a current project I’m templating files using Jinja2 with the help of the jinja2-cli. Having used (and taught )Ansible for years I’m quite familar with Jinja2 so this was a natural choice.
The jinja2-cli
can receive variables to template by different means. One way is by loading …