4 lines
77 B
Makefile
4 lines
77 B
Makefile
%:
|
|
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml -K
|
|
|
|
.PHONY: run
|