CiscoDevNet/ansible-meraki

Add module for managing third party (non-Meraki) VPN (site-to-site) peers

szeestraten opened this issue · 3 comments

Would love to see a module for managing third party (non-Meraki) VPN (site-to-site) peers.

API documentation
Documentation

Thanks for the feedback. I should be able to build this one.

I created a pull request with a new module for this functionality. If you can give it a try, please do. Otherwise I hope to have some time this week for a new release with the module.

@kbreit, I just gave the PR a quick try and it worked great for both querying and setting VPN peers here.

For any future users, the API endpoint design might be a bit confusing compared to the web UI/dashboard.
The API endpoint is /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers, however in the web ui the site-to-site VPN settings are found under specific networks and not org-wide.

Thank you very much!