alkaa/justfile
2022-12-22 15:19:12 +01:00

18 lines
519 B
Makefile

allTags := "nvim,xmonad,git,scripts"
default:
just --list
sync-qwerty tags=allTags:
ANSIBLE_LOCALHOST_WARNING=false ansible-playbook site.yml -K -t "pc,qwerty,{{tags}}"
sync-x220 tags=allTags:
ANSIBLE_LOCALHOST_WARNING=false ansible-playbook site.yml -K -t "pc,x220,{{tags}}"
sync-t460p tags=allTags:
ANSIBLE_LOCALHOST_WARNING=false ansible-playbook site.yml -K -t "pc,t460p,{{tags}}"
sync-server tags=allTags:
ANSIBLE_LOCALHOST_WARNING=false ansible-playbook site.yml -K -t "server,{{tags}}"