18 lines
511 B
Makefile
18 lines
511 B
Makefile
allTags := "nvim,xmonad,git"
|
|
|
|
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}}"
|
|
|