issues
search
apatel762
/
home-infra
A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0
stars
0
forks
source link
Automate installation of wireguard VPN
#83
Closed
apatel762
closed
1 year ago
apatel762
commented
2 years ago
The new Ansible role should:
[ ] copy the config file to
/etc/wireguard/<interface>.conf
(certain parts will be encrypted with Vault)
[ ] install the systemd unit for the wireguard interface
[ ] ensure that the systemd unit runs on startup
[ ] ensure that the VPN is using the kill switch
[ ] ensure that something is printed to the host terminal session when opened that describes how to turn off the VPN (if it is currently running)
[ ] ensure that something is included in the terminal prompt (host & toolbox) to indicate that the VPN is running
[ ] ...and write up some documentation about all of this if necessary
The new Ansible role should:
/etc/wireguard/<interface>.conf
(certain parts will be encrypted with Vault)