split into roles
This commit is contained in:
parent
4d072894ec
commit
74b67b7e27
17 changed files with 186 additions and 110 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Reference in a new issue