split playbook into roles

This commit is contained in:
Pim Kunis 2022-12-03 13:05:55 +01:00
parent 53bba1751e
commit 62f014d90f
9 changed files with 69 additions and 64 deletions

View file

@ -1,4 +1,4 @@
run:
ansible-playbook playbooks/nucs.yml -i inventory/hosts.yml --ask-vault-pass
%:
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml --ask-vault-pass
.PHONY: run