mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-06-28 05:53:14 +02:00
9 lines
357 B
YAML
9 lines
357 B
YAML
---
|
|
|
|
# Version of consul to deploy
|
|
consul_version: 1.21.2
|
|
# URL from where the consul archive will be downloaded
|
|
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
|
|
# Expected sha256 of the archive
|
|
consul_archive_sha256: 07a738cc8f7937f28d1418e8f289b28445e82d5cbd0aabdbcf2b5a0cacf26a29
|