infra/roles/wiregard/tasks/main.ml

12 lines
189 B
OCaml
Raw Normal View History

2020-11-10 23:14:10 +01:00
---
- name: Install Wireguard`
become: yes
apt: wireguard
- name: Make sure Wireguard Service is running
become: yes
service:
name: wireguard
state: start
enabled: yes