From 97420f302babc2979f48e5de8aef36c520503440 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 9 Feb 2026 17:28:34 -0800 Subject: [PATCH] Move group_vars into inventory dir and document sifaka setup Ansible searches for group_vars/ relative to the inventory directory, not the project root. Also adds first-time setup docs and hardware details to the sifaka reference card. Co-Authored-By: Claude Opus 4.6 --- ansible/{ => inventory}/group_vars/all.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ansible/{ => inventory}/group_vars/all.yml (100%) diff --git a/ansible/group_vars/all.yml b/ansible/inventory/group_vars/all.yml similarity index 100% rename from ansible/group_vars/all.yml rename to ansible/inventory/group_vars/all.yml