Update Nomad UI links to Consul and Vault

This commit is contained in:
IamTheFij 2022-11-10 13:34:19 -08:00
parent 5b0f50140c
commit 29110eaf47
1 changed files with 2 additions and 2 deletions

View File

@ -368,9 +368,9 @@
ui:
enabled: true
consul:
ui_url: "https://{{ ansible_hostname }}:8500/ui"
ui_url: "https://consul.thefij.rocks/ui"
vault:
ui_url: "https://{{ ansible_hostname }}:8200/ui"
ui_url: "https://vault.thefij.rocks/ui"
consul:
tags:
- "traefik.enable=true"