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
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
- Cool neovim setup
|
||||
- thunderbird config
|
||||
- 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.
|
||||
However, then I would need a password to unlock the vault.
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
- zsh
|
||||
- fzf
|
||||
- silversearcher-ag
|
||||
- xclip
|
||||
- name: Install pygments
|
||||
pip:
|
||||
name:
|
||||
|
|
Reference in a new issue