Add further todos for Nomad Vault

This commit is contained in:
IamTheFij 2022-07-27 13:40:21 -07:00
parent 25ec582eaf
commit e39fbc41a7
1 changed files with 3 additions and 1 deletions

View File

@ -343,9 +343,11 @@
# Enable vault integration
# TODO: This fails on first run because the Nomad-Vault integration can't be set up
# until Nomad has started. Could maybe figure out if ACLs have been set up and leave
# these out until the later play
# 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_create_from_role: "nomad-cluster"
# TODO: Probably want to restict this to a narrower scoped token
nomad_vault_enabled: "{{ root_token is defined }}"
nomad_vault_token: "{{ root_token | default('') }}"