2022-09-02 18:00:22 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# Version of consul-template to install
|
2022-12-01 12:00:13 +01:00
|
|
|
consul_tpl_version: 0.29.6
|
2022-09-02 18:00:22 +02:00
|
|
|
# URL of the archive
|
|
|
|
consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip
|
|
|
|
# Expected sha256 of the archive
|
2022-12-01 12:00:13 +01:00
|
|
|
consul_tpl_archive_sha256: 0e653b76f8eb7712687fc407c4ae62206304d01c9d76d4c4d2e51d41570c8ac1
|
2022-09-02 18:00:22 +02:00
|
|
|
|
|
|
|
# Root dir where consul-template will be installed
|
|
|
|
consul_tpl_root_dir: /opt/consul_template
|