diff --git a/nomad/setup-cluster.yml b/nomad/setup-cluster.yml index 1d34cc4..b9b07ac 100644 --- a/nomad/setup-cluster.yml +++ b/nomad/setup-cluster.yml @@ -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 }}"