Skip to content

Contemplate

Contemplate is a template rendering tool designed to render configuration templates. While it takes inspiration from configuration management systems such as ansible's template action, it is specifically not designed to be a full configuration management system. Furthermore, it's designed to be run on the target system, and ships as a single static binary.

Features

Usage in Containers

To add Contemplate to a container build, add the following build step to your Dockerfile:

COPY --from=ghcr.io/infrarun/contemplate:latest /contemplate /contemplate