add wireguard config

This commit is contained in:
Pim Kunis 2023-01-09 19:43:01 +01:00
parent bb57006968
commit 51d38248db
7 changed files with 44 additions and 1 deletions

View file

@ -6,6 +6,7 @@
my_roles:
- zsh
- asdf
- wireguard
- neovim
- signal
- virtualbox

4
playbooks/wireguard.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install wireguard
hosts: self
roles:
- wireguard