Fix variable bootstrap address
This commit is contained in:
parent
30766cce39
commit
a5efe0c21b
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ ansible-cluster: $(VENV) ansible_galaxy
|
|||||||
|
|
||||||
.PHONY: bootstrap-values
|
.PHONY: bootstrap-values
|
||||||
bootstrap-values: $(VENV)
|
bootstrap-values: $(VENV)
|
||||||
env NOMAD_ADDR=192.168.2.101 \
|
env NOMAD_ADDR=http://192.168.2.101:4646 \
|
||||||
NOMAD_TOKEN=$(shell jq -r .SecretID nomad_bootstrap.json) \
|
NOMAD_TOKEN=$(shell jq -r .SecretID nomad_bootstrap.json) \
|
||||||
$(VENV)/bin/python ./nomad_vars.py
|
$(VENV)/bin/python ./nomad_vars.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user