This repository has been archived on 2024-04-30. 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.
setup/Makefile
2022-12-02 20:10:38 +01:00

4 lines
77 B
Makefile

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