#!/bin/bash . ./Makefile.variable while read line; do echo "Run $line"; ansible-playbook -u $USER -i inventory.yml $line -f 5 --private-key=$PKEY done < run-files