From ec32ff9a22068e635fc1ac394b12a307d9513139 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 7 Jan 2023 21:45:43 +0100 Subject: [PATCH] change makefile --- Makefile | 34 ++++++++++++++++++++++++++++++++-- README.md | 3 +++ roles/zsh/tasks/main.yml | 1 + 3 files changed, 36 insertions(+), 2 deletions(-) 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: