From f562853f628df9f05f7e411a56a6001ff54b012f Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Sun, 24 Dec 2023 09:09:42 -0800 Subject: [PATCH] all: set consul_api_root to "public" domain Signed-off-by: John Helmert III --- group_vars/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/all.yml b/group_vars/all.yml index edeb4f0..bc631d8 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -2,6 +2,7 @@ public_domain: ajak.xyz wg_domain: "wg.{{ public_domain }}" repo_root: https://git.ajak.xyz/ajak +consul_api_root: "http://consul.{{ public_domain }}" this_repo: "{{ repo_root }}/ansible" secrets_repo: "{{ repo_root }}/ansible-secrets" timezone: US/Pacific