diff --git a/Makefile b/Makefile index 0f9deab..1531e82 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index 6cb2175..5efb6d0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/roles/zsh/tasks/main.yml b/roles/zsh/tasks/main.yml index ecae16b..8292072 100644 --- a/roles/zsh/tasks/main.yml +++ b/roles/zsh/tasks/main.yml @@ -5,6 +5,7 @@ - zsh - fzf - silversearcher-ag + - xclip - name: Install pygments pip: name: