hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit f5e31e1b61f0ca11a689a083f1d840256609fff5
parent 8b2c12e3be7e452ba2012bf87abf71a1eb7006c7
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri, 21 Jan 2022 21:55:17 +0100

add consul bind_addr

Diffstat:
Mconsul.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/consul.sh b/consul.sh @@ -62,6 +62,10 @@ ports { dns = 8600 } +# Multiple private IPv4 addresses found. Please configure one with 'bind' and/or 'advertise', +# common error mentioned at https://www.consul.io/docs/troubleshoot/common-errors +bind_addr = "{{GetInterfaceIP \"eth0\"}}" + performance { raft_multiplier = 1 }