This repository has been archived on 2023-04-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
max/Makefile

4 lines
91 B
Makefile

%:
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml --ask-vault-pass
.PHONY: run