add wireguard config
This commit is contained in:
parent
bb57006968
commit
51d38248db
7 changed files with 44 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -31,4 +31,7 @@ vscodium:
|
|||
zsh:
|
||||
ansible-playbook playbooks/zsh.yml -i inventory/hosts.yml -K
|
||||
|
||||
wireguard:
|
||||
ansible-playbook playbooks/wireguard.yml -i inventory/hosts.yml -K --ask-vault-pass
|
||||
|
||||
.PHONY: run
|
||||
|
|
Reference in a new issue