Moved configs to clients directory, updated onboarding script to reflect changes.

This commit is contained in:
Ben D.
2026-04-24 09:21:04 -07:00
parent a2438ed748
commit 50616c52cc
11 changed files with 2 additions and 2 deletions

View File

@@ -161,8 +161,8 @@ fi
PROJECT_NAME="${PROJECT_NAME_OVERRIDE:-Client - ${CLIENT_NAME}}" PROJECT_NAME="${PROJECT_NAME_OVERRIDE:-Client - ${CLIENT_NAME}}"
KEY_FILE="/root/.ssh/client_${CLIENT_SLUG}" KEY_FILE="/root/.ssh/client_${CLIENT_SLUG}"
INVENTORY_DIR="$REPO_DIR/inventories/client_${CLIENT_SLUG}" INVENTORY_DIR="$REPO_DIR/inventories/clients${CLIENT_SLUG}"
INVENTORY_REPO_PATH="inventories/client_${CLIENT_SLUG}/hosts.yml" INVENTORY_REPO_PATH="inventories/clients/${CLIENT_SLUG}/hosts.yml"
# Determine hypervisor type for inventory # Determine hypervisor type for inventory
case "$CLIENT_TYPE" in case "$CLIENT_TYPE" in