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

5 lines
77 B
Makefile
Raw Normal View History

2022-12-02 20:10:38 +01:00
%:
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml -K
2022-11-26 00:32:24 +01:00
.PHONY: run