We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d776e commit 0d4dbb0Copy full SHA for 0d4dbb0
1 file changed
ansible/roles/dock_launch_config/templates/init.tmpl
@@ -38,6 +38,7 @@ service charon start
38
{% if not is_dock_pool %}
39
CONSUL_HOSTNAME={{ consul_host_address }} \
40
CONSUL_PORT={{ consul_api_port }} \
41
+VAULT_PORT={{ vault_port }} \
42
USER_VAULT_HOSTNAME={{ user_vault_host_address }} \
43
USER_VAULT_PORT={{ user_vault_port }} \
44
{% if has_token %}
0 commit comments