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

@ -0,0 +1,10 @@
- name: Install wireguard
become: true
apt:
name: wireguard
state: present
- name: Install home.conf
become: true
template:
src: "{{ role_path }}/templates/home.conf.j2"
dest: /etc/wireguard/home.conf