remove Makefile
This commit is contained in:
parent
3f7a62551b
commit
3eae0dff79
4 changed files with 7 additions and 41 deletions
40
Makefile
40
Makefile
|
@ -1,40 +0,0 @@
|
|||
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
|
||||
|
||||
wireguard:
|
||||
ansible-playbook playbooks/wireguard.yml -i inventory/hosts.yml -K --ask-vault-pass
|
||||
|
||||
alacritty:
|
||||
ansible-playbook playbooks/alacritty.yml -i inventory/hosts.yml -K
|
||||
|
||||
bash:
|
||||
ansible-playbook playbooks/bash.yml -i inventory/hosts.yml -K
|
||||
|
||||
.PHONY: run
|
Reference in a new issue