From 0854afa1e9da5678614b2a7bc7bcfbf3556dba25 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Mon, 26 Jan 2026 16:18:15 -0700 Subject: [PATCH] we explicitly need this to be false for now --- ansible/inventories/production/host_vars/git.jthan.io/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventories/production/host_vars/git.jthan.io/vars.yaml b/ansible/inventories/production/host_vars/git.jthan.io/vars.yaml index 06ce3e5..74b1838 100644 --- a/ansible/inventories/production/host_vars/git.jthan.io/vars.yaml +++ b/ansible/inventories/production/host_vars/git.jthan.io/vars.yaml @@ -5,5 +5,5 @@ olm_endpoint: "https://pangolin.jthan.io" olm_id: "{{ lookup('bitwarden.secrets.lookup', 'a27c5cf3-21f1-464a-b911-b3de017888cb') }}" olm_secret: "{{ lookup('bitwarden.secrets.lookup', 'a9499a7f-4b3e-4c1b-97a0-b3de01789bfb') }}" olm_loglevel: "INFO" -olm_override_dns: "true" +olm_override_dns: "false" olm_tunnel_dns: "true"