Skip to content

Instantly share code, notes, and snippets.

@a-nldisr
Created February 4, 2020 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-nldisr/6dbd26a1ec9b6d56b154303b956b3740 to your computer and use it in GitHub Desktop.
Save a-nldisr/6dbd26a1ec9b6d56b154303b956b3740 to your computer and use it in GitHub Desktop.
- name: set up VPN with tunnel options utilizing 'TunnelInsideCidr' only
ec2_vpc_vpn:
state: present
filters:
vpn: vpn-XXXXXXXX
static_only: true
tunnel_options:
-
TunnelInsideCidr: '169.254.100.1/30'
-
TunnelInsideCidr: '169.254.100.5/30'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment