This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/Makefile

5 lines
91 B
Makefile
Raw Normal View History

2022-12-03 12:05:55 +00:00
%:
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml --ask-vault-pass
2022-11-30 21:34:14 +00:00
.PHONY: run