Moved configs to clients directory, updated onboarding script to reflect changes.
This commit is contained in:
@@ -161,8 +161,8 @@ fi
|
||||
|
||||
PROJECT_NAME="${PROJECT_NAME_OVERRIDE:-Client - ${CLIENT_NAME}}"
|
||||
KEY_FILE="/root/.ssh/client_${CLIENT_SLUG}"
|
||||
INVENTORY_DIR="$REPO_DIR/inventories/client_${CLIENT_SLUG}"
|
||||
INVENTORY_REPO_PATH="inventories/client_${CLIENT_SLUG}/hosts.yml"
|
||||
INVENTORY_DIR="$REPO_DIR/inventories/clients${CLIENT_SLUG}"
|
||||
INVENTORY_REPO_PATH="inventories/clients/${CLIENT_SLUG}/hosts.yml"
|
||||
|
||||
# Determine hypervisor type for inventory
|
||||
case "$CLIENT_TYPE" in
|
||||
|
||||
Reference in New Issue
Block a user