split into roles

This commit is contained in:
Pim Kunis 2022-12-02 20:10:38 +01:00
parent 4d072894ec
commit 74b67b7e27
17 changed files with 186 additions and 110 deletions

View file

@ -1,4 +1,4 @@
run:
ansible-playbook playbooks/setup.yml -i inventory/hosts.yml -K
%:
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml -K
.PHONY: run