Created
February 4, 2020 16:32
-
-
Save a-nldisr/6dbd26a1ec9b6d56b154303b956b3740 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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