#!/bin/bash source ./.env [ -z "$PIHOLE_PASSWORD" ] && echo "PIHOLE_PASSWORD not set" && exit 1 ansible-playbook pihole/start.yml