hashipi

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

commit 052b0feaae8b445ce18d94f830caa1cbf9aff54e
parent 486be092c29f5eda0c9c5751f636040baefb7825
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 12 Feb 2022 13:48:30 +0100

feat(nomad): enable raw_exec

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

diff --git a/nomad.sh b/nomad.sh @@ -75,6 +75,13 @@ client { cidr = "127.0.0.1/32" } } + +# Enable raw exec driver (jobs w/o isolation) +plugin "raw_exec" { + config { + enabled = true + } +} EOF # ..and as a Nomad server agent