clean up ansible script

This commit is contained in:
Pim Kunis 2022-11-30 22:34:14 +01:00
parent 9edab09330
commit 8e8564216e
7 changed files with 40 additions and 33 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
run:
ansible-playbook playbooks/nucs.yml -i inventory/hosts.yml
.PHONY: run