Have nomad talk to vault over loopback

This commit is contained in:
IamTheFij 2022-08-30 15:15:10 -07:00
parent 0ef488b06a
commit 1c57d9f7f6
1 changed files with 3 additions and 1 deletions

View File

@ -377,7 +377,9 @@
# until Nomad has started. Could maybe figure out if ACLs have been set up and leave
# these out until the later play, maybe just bootstrap the nomad-cluster role in Vault
# befor Nomad is set up
nomad_vault_address: "http://vault.service.consul:8200"
# nomad_vault_address: "http://vault.service.consul:8200"
# Only talk to local Vault for now because it doesn't have HTTPS
nomad_vault_address: "http://127.0.0.1:8200"
nomad_vault_create_from_role: "nomad-cluster"
# TODO: Probably want to restict this to a narrower scoped token
nomad_vault_enabled: "{{ root_token is defined }}"