simplify script invocation
This commit is contained in:
parent
3eae0dff79
commit
e41c34591f
15 changed files with 18 additions and 62 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
ansible-playbook playbooks/all.yml
|
||||
|
||||
%:
|
||||
ansible-playbook --extra-vars "enable_roles=['$@']" playbooks/all.yml
|
Reference in a new issue