#!/usr/bin/env bash
set -euo pipefail

cat >&2 <<'MESSAGE'
The standalone VPS setup flow has been retired. Bunnyland authentication now requires the
coordinated server, proxy, credential-file, and token-database configuration managed by the
bunnyland-vps Ansible playbook. Run that playbook for fresh-host setup or upgrades.
MESSAGE
exit 2
