Packer template provisioner

I would like to provision a file based on a template, which I am currently doing with an Ansible task. However, this feels like massive overkill - I was wondering if there are any community template provisioners. I need something that can understand a templating language (Liquid, or go templates for example) and generate destination files based on variable input.

Does anything like this exist? Do others feel my same frustration?

1 Like