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