change makefile
This commit is contained in:
parent
e2ed89ddd1
commit
ec32ff9a22
3 changed files with 36 additions and 2 deletions
34
Makefile
34
Makefile
|
@ -1,4 +1,34 @@
|
|||
%:
|
||||
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml -K --ask-vault-pass
|
||||
all:
|
||||
ansible-playbook playbooks/all.yml -i inventory/hosts.yml -K --ask-vault-pass
|
||||
|
||||
asdf:
|
||||
ansible-playbook playbooks/asdf.yml -i inventory/hosts.yml -K
|
||||
|
||||
neovim:
|
||||
ansible-playbook playbooks/neovim.yml -i inventory/hosts.yml -K
|
||||
|
||||
nicotine:
|
||||
ansible-playbook playbooks/nicotine.yml -i inventory/hosts.yml -K --ask-vault-pass
|
||||
|
||||
signal:
|
||||
ansible-playbook playbooks/signal.yml -i inventory/hosts.yml -K
|
||||
|
||||
strawberry:
|
||||
ansible-playbook playbooks/strawberry.yml -i inventory/hosts.yml -K
|
||||
|
||||
syncthing:
|
||||
ansible-playbook playbooks/syncthing.yml -i inventory/hosts.yml -K --ask-vault-pass
|
||||
|
||||
system:
|
||||
ansible-playbook playbooks/system.yml -i inventory/hosts.yml -K
|
||||
|
||||
virtualbox:
|
||||
ansible-playbook playbooks/virtualbox.yml -i inventory/hosts.yml -K
|
||||
|
||||
vscodium:
|
||||
ansible-playbook playbooks/vscodium.yml -i inventory/hosts.yml -K
|
||||
|
||||
zsh:
|
||||
ansible-playbook playbooks/zsh.yml -i inventory/hosts.yml -K
|
||||
|
||||
.PHONY: run
|
||||
|
|
Reference in a new issue