mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
9 lines
357 B
YAML
9 lines
357 B
YAML
---
|
|
|
|
# Version of consul to deploy
|
|
consul_version: 1.18.0
|
|
# 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: 5d1fdc852b35dc94efe73cf52ba60c775248c7c9362bb684c94fcdb4118ae508
|