Compare commits
1 Commits
c7e857aa4e
...
2a72f46a15
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a72f46a15 |
@@ -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