refactor(secrets): read the PS-9 tree instead of the flat folders
Repointed every infisical read_secrets path onto the restructured two-level layout. New paths: /apps/meridian Destinations were populated and hash-verified during PS-9 Phase 1 (215 keys, match/missing/mismatch = 215/0/0). The old flat folders are untouched, so reverting this commit fully restores the previous state. Ref: homelab-docs docs/projects/secrets-restructure.md Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 5
parent
7d1a99c3ae
commit
54a561854c
@@ -63,7 +63,7 @@
|
|||||||
login_data: "{{ infisical_login.login_data }}"
|
login_data: "{{ infisical_login.login_data }}"
|
||||||
project_id: "{{ infisical_project_id }}"
|
project_id: "{{ infisical_project_id }}"
|
||||||
env_slug: "prod"
|
env_slug: "prod"
|
||||||
path: "/meridian"
|
path: "/apps/meridian"
|
||||||
as_dict: true
|
as_dict: true
|
||||||
register: meridian_secrets
|
register: meridian_secrets
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user