split playbook into roles
This commit is contained in:
parent
53bba1751e
commit
62f014d90f
9 changed files with 69 additions and 64 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Reference in a new issue