Compare commits

..

1 Commits

Author SHA1 Message Date
2a72f46a15 added local wg-tools 2024-11-25 15:20:40 +01:00

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