ANSIBLE = ansible-playbook all: doc_silent local doc: scripts/doc.sh | tee README.md doc_silent: scripts/doc.sh > README.md local: $(ANSIBLE) --connection=local --ask-become-pass --inventory localhost, --limit localhost playbook.yml