Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 2.23 KB

README.md

File metadata and controls

82 lines (51 loc) · 2.23 KB

gomplate

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install gomplate template processor.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

gomplate_arch

Architecture of the static binary

Default value

gomplate_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"

gomplate_download

URL to the archive of the release to install

Default value

gomplate_download: https://github.com/hairyhenderson/gomplate/releases/download/v{{
  gomplate_version }}/gomplate_linux-{{ gomplate_arch }}

gomplate_version

Version of the release to install

Default value

gomplate_version: 4.1.0

Discovered Tags

gomplate

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger