Fix variable bootstrap address

This commit is contained in:
IamTheFij 2023-05-09 13:13:28 -07:00
parent 30766cce39
commit a5efe0c21b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ ansible-cluster: $(VENV) ansible_galaxy
.PHONY: bootstrap-values
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) \
$(VENV)/bin/python ./nomad_vars.py