added local wg-tools

This commit is contained in:
2024-11-25 15:20:35 +01:00
parent c7e857aa4e
commit 2a72f46a15

View File

@@ -1,3 +1,10 @@
- name: Ensure wg-tools installed locally
hosts: localhost
become: yes
tasks:
- name: install wireguard-tools
apt:
name: wireguard-tools
- name: Setup Wireguard server
hosts: wg_server
become: yes