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
2022-12-15 20:59:24 +01:00

4 lines
94 B
Makefile

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