mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-25 06:53:00 +02:00
* Discontinue use of the WireGuard PPA * Add instructions to update the system * Change reboot instruction
11 lines
214 B
YAML
11 lines
214 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
|