Ansible role to install gomplate template processor.
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
Architecture of the static binary
gomplate_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
URL to the archive of the release to install
gomplate_download: https://github.com/hairyhenderson/gomplate/releases/download/v{{
gomplate_version }}/gomplate_linux-{{ gomplate_arch }}
Version of the release to install
gomplate_version: 4.3.0
gomplate
- None
Apache-2.0