From 06c692180e2289e620b4195fcdc42ceb732168bf Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Oct 2025 18:57:31 -0400 Subject: [PATCH 1/2] Removing references to _vault files. --- tar-valon_config_deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tar-valon_config_deploy.yml b/tar-valon_config_deploy.yml index 89dbc9e..0a6fe27 100644 --- a/tar-valon_config_deploy.yml +++ b/tar-valon_config_deploy.yml @@ -14,11 +14,6 @@ default_mode: "0644" pre_tasks: - - name: Load host-specific vaulted variables if they exist - ansible.builtin.include_vars: - file: "host_vars/{{ inventory_hostname }}_vault.yml" - ignore_errors: true - - name: Get remote user's UID and GID ansible.builtin.command: "id -u && id -g" register: remote_user_info -- 2.52.0 From 977c6221e603bd0122e5bfb4cffbf82a688a2e89 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Oct 2025 19:01:28 -0400 Subject: [PATCH 2/2] Removing comments. --- app-configs/rinoa/hashicorp-vault/config/vault-config.hcl.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-configs/rinoa/hashicorp-vault/config/vault-config.hcl.j2 b/app-configs/rinoa/hashicorp-vault/config/vault-config.hcl.j2 index 4705daa..d24a94a 100644 --- a/app-configs/rinoa/hashicorp-vault/config/vault-config.hcl.j2 +++ b/app-configs/rinoa/hashicorp-vault/config/vault-config.hcl.j2 @@ -2,10 +2,6 @@ ui = true disable_clustering = true log_level = "debug" api_addr = "http://127.0.0.1:8200" -// storage "raft" { -// path = "/path/to/raft/data" -// node_id = "raft_node_id" -// } storage "s3" { endpoint = "minio:9000" -- 2.52.0