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" 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