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 @@
|
||||||
%:
|
all:
|
||||||
ansible-playbook playbooks/$@.yml -i inventory/hosts.yml -K --ask-vault-pass
|
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
|
.PHONY: run
|
||||||
|
|
|
@ -12,6 +12,9 @@
|
||||||
- Cool neovim setup
|
- Cool neovim setup
|
||||||
- thunderbird config
|
- thunderbird config
|
||||||
- some kind of tag setup with: bootstrap, update etc
|
- some kind of tag setup with: bootstrap, update etc
|
||||||
|
- i3 app shortcuts
|
||||||
|
- terminal font
|
||||||
|
- default git branch master
|
||||||
|
|
||||||
Would like Ansible Vault to check in keypair for syncthing.
|
Would like Ansible Vault to check in keypair for syncthing.
|
||||||
However, then I would need a password to unlock the vault.
|
However, then I would need a password to unlock the vault.
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
- zsh
|
- zsh
|
||||||
- fzf
|
- fzf
|
||||||
- silversearcher-ag
|
- silversearcher-ag
|
||||||
|
- xclip
|
||||||
- name: Install pygments
|
- name: Install pygments
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
|
|
Reference in a new issue