diff --git a/inventories/group_vars/wireguard.yml b/inventories/group_vars/wireguard.yml index b9ed13c4..ecee2b1f 100644 --- a/inventories/group_vars/wireguard.yml +++ b/inventories/group_vars/wireguard.yml @@ -6,6 +6,11 @@ protocol: tcp comment: 'ssh' interface: ens18 + - rule: allow + to_port: 22 + protocol: tcp + comment: 'ssh' + interface: wg0 - rule: allow to_port: 51820 comment: 'wireguard'