Update to 2022-11-16 14:00

This commit is contained in:
Daniel Berteaud
2022-11-16 14:00:10 +01:00
parent 79f98fb166
commit 257f5c13f0
5 changed files with 23 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
---
# Version of consul to deploy
consul_version: 1.13.3
consul_version: 1.14.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: 5370b0b5bf765530e28cb80f90dcb47bd7d6ba78176c1ab2430f56e460ed279c
consul_archive_sha256: 6907e0dc83a05acaa9de60217e44ce55bd05c98152dcef02f9258bd2a474f2b3
# user account under which consul will run (will be created if needed)
consul_user: consul
@@ -108,9 +108,6 @@ consul_base_conf:
# TLS settings for interal RPC
internal_rpc:
verify_server_hostname: True
grpc:
# verify_incoming must be disabled on the gRPC endpoint for the envoy proxies when using Consul Connect !
verify_incoming: False
consul_extra_conf: {}
consul_host_conf: {}
@@ -159,6 +156,10 @@ consul_base_services:
port: 8502
src_ip: []
proto: [tcp]
grpc_tls:
port: 8503
src_ip: []
proto: [tcp]
serf_lan:
port: 8301
src_ip: []