Skip to content

Files

Latest commit

46b2fd6 · Jan 12, 2024

History

History
38 lines (29 loc) · 2.1 KB

README.md

File metadata and controls

38 lines (29 loc) · 2.1 KB

Contemplate

Crates.io Version Docs GitHub Actions Workflow Status Crates.io MSRV

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

Please see the documentation for more information.