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

4 lines
95 B
Makefile

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