#! /bin/sh if [ -z "$1" ]; then echo "Usage: $0 playbook.yml" >&2 exit 1 fi ansible-playbook -v "$1" | ${PAGER:-more}