12 lines
189 B
OCaml
12 lines
189 B
OCaml
|
---
|
||
|
- name: Install Wireguard`
|
||
|
become: yes
|
||
|
apt: wireguard
|
||
|
|
||
|
- name: Make sure Wireguard Service is running
|
||
|
become: yes
|
||
|
service:
|
||
|
name: wireguard
|
||
|
state: start
|
||
|
enabled: yes
|