File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
namespace : lablabs
3
3
name : wireguard
4
- version : " 0.3.2 "
4
+ version : " 0.3.3 "
5
5
readme : README.md
6
6
authors :
7
7
- Labyrinth Labs <info@lablabs.io>
Original file line number Diff line number Diff line change 19
19
name :
20
20
- iptables-persistent
21
21
state : present
22
- when :
22
+ when :
23
23
- ansible_os_family == "Debian"
24
24
25
25
- name : Install iptables-persistent for Redhat family
26
26
ansible.builtin.package :
27
27
name :
28
28
- iptables-services
29
29
state : present
30
- when :
30
+ when :
31
31
- ansible_os_family == "RedHat"
32
-
32
+
33
33
- name : Setup MASQUERADE for server access through vpn server
34
34
ansible.builtin.iptables :
35
35
chain : POSTROUTING
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ It will also download the client configs into the specified directory. Remaining
123
123
vars :
124
124
wireguard_clients_download_dir : /my_clients/
125
125
wireguard_download_clients : true
126
+ wireguard_out_interface : ens5
126
127
wireguard_peers :
127
128
- name : user1
128
129
allowed_ip : " 10.213.213.2"
You can’t perform that action at this time.
0 commit comments