ansible-opnsense icon indicating copy to clipboard operation
ansible-opnsense copied to clipboard

Pr wireguard

Open zerwes opened this issue 2 years ago • 0 comments

implemented wireguard config definition:

opn_wireguard:
  general:
    enabled: 1
  servers:
    $UUID:
      tunneladdress: string or list
      peers: string or list of client UUIDs
      key: value
      ...
  clients:
    $UUID:
      tunneladdress: string or list
      key: value
      ...

zerwes avatar Jan 13 '22 10:01 zerwes