Crates.io | contemplate |
lib.rs | contemplate |
version | 1.1.1 |
source | src |
created_at | 2024-01-12 14:19:37.23503 |
updated_at | 2024-01-12 17:52:17.070627 |
description | A template rendering tool designed to render configuration templates. |
homepage | |
repository | https://github.com/infrarun/contemplate |
max_upload_size | |
id | 1097716 |
size | 169,463 |
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.
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.