From baabdbd55c8354bc7de6577ce64235c6641385f7 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Tue, 3 Mar 2026 19:20:48 -0700 Subject: [PATCH] add vars --- .../inventories/production/host_vars/git.jthan.io/vars.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 77dd049..f5eeb76 100644 --- a/ansible/inventories/production/host_vars/git.jthan.io/vars.yaml +++ b/ansible/inventories/production/host_vars/git.jthan.io/vars.yaml @@ -2,6 +2,9 @@ gitea_version: 1.25.3 root_pw: "{{ lookup('bitwarden.secrets.lookup', '4c3d81e6-bb31-40f9-a37a-b3bd00484160') }}" +letsencrypt_email: "me@jthan.io" +linode_dns_token: "{{ lookup('bitwarden.secrets.lookup', '8849d676-e53e-4aef-a7e6-b3dc014dd698') }}" + nginx_ssl_enabled: true olm_config_path: "/etc/olm"