From e562ec9ec86c2bce29839bc292fe87f044798d4c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 20 Mar 2025 20:44:52 -0400 Subject: [PATCH] Updating HC Vault token. --- ansible/app-configs/ghost_config.production.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/app-configs/ghost_config.production.json.j2 b/ansible/app-configs/ghost_config.production.json.j2 index 9f2c1139..ad3488fd 100644 --- a/ansible/app-configs/ghost_config.production.json.j2 +++ b/ansible/app-configs/ghost_config.production.json.j2 @@ -2,7 +2,7 @@ {% set secrets_path = 'rinoa-docker/env' %} { - "url": "blog.{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['MY_TLD'] }}", + "url": "blog.trez.wtf", "database": { "client": "mysql", "connection": {