update: new urls, and 1 master 1 agent

This commit is contained in:
Michael Thomson
2026-02-24 09:27:08 -05:00
parent b68b96e5c7
commit cf49edab5c
10 changed files with 99 additions and 68 deletions

View File

@@ -4,12 +4,12 @@ set -euo pipefail
SSH_USER="root"
declare -A HOSTS=(
["patrick"]="192.168.2.100"
["spongebob"]="192.168.2.101"
["larry"]="192.168.2.42"
["spongebob"]="192.168.18.101"
)
for HOSTNAME in "${!HOSTS[@]}"; do
ORDER=("spongebob")
for HOSTNAME in "${ORDER[@]}"; do
IP="${HOSTS[$HOSTNAME]}"
echo "========================================"