You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
algo/roles/wireguard/tasks/ubuntu.yml

12 lines
212 B
YAML

---
- name: WireGuard installed
apt:
name: wireguard
state: present
update_cache: true
- name: Set OS specific facts
set_fact:
service_name: wg-quick@{{ wireguard_interface }}
tags: always