neue Rolle wireguard_server

This commit is contained in:
Stefan Märkle 2020-12-02 16:09:55 +01:00
parent e6526cba40
commit 66e4a57b20

View File

@ -0,0 +1,16 @@
---
- name: (Ubuntu) Update APT package cache
apt:
update_cache: true
- name: (Ubuntu) Ensure WireGuard DKMS package is removed
apt:
name:
- "wireguard-dkms"
state: absent
- name: (Ubuntu) Install wireguard package
apt:
name: "wireguard"
state: present