mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized wireguard for ubuntu
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
- name: install wireguard
|
||||
- name: install wireguard for Arch
|
||||
pacman: name=wireguard-tools state=present
|
||||
when: ansible_os_family == "Arch"
|
||||
|
||||
- name: install wireguard for Ubuntu
|
||||
apt: name=wireguard state=present
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
- name: create /etc/wireguard/wg0.conf
|
||||
copy:
|
||||
|
Reference in New Issue
Block a user