This commit is contained in:
Oliver
2025-08-08 16:34:03 -03:00
commit dc80dd9522
16 changed files with 235 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
hosts_file="/mnt/encrypted_volume/${HOSTS_FILE:-hosts.txt}"
cmd="$*"
echo "Running on hosts: $cmd"
pssh -h "$hosts_file" "$cmd"