mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-19 07:37:10 +02:00
11 lines
212 B
YAML
11 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
|