added local wg-tools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user