neue Rolle wireguard_server
This commit is contained in:
parent
e6526cba40
commit
66e4a57b20
16
roles/wireguard_server/tasks/main.yml
Normal file
16
roles/wireguard_server/tasks/main.yml
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user