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