#/usr/bin/env bash for i in $(yq '.kubernetes.hosts | keys' inventory.yaml -o tsv); do ssh $i; done