Files
4server/alpine/rex
T
oliver 3deb54f5aa init
2026-04-21 17:29:54 -03:00

9 lines
96 B
Bash
Executable File

#!/bin/bash
cmd="$*"
echo "Running on hosts: $cmd"
pssh -h /app/host_vars/hosts -t 0 "$cmd"