Re: [ansible-project] Creating a AWS VPC with IPv6 addresses

2020-03-16 Thread Dick Visser
On Mon, 16 Mar 2020 at 15:21, Ralf Weber wrote: > Thanks a lot that worked fine for me also. Now given the issue list I may > run into other problems with getting IPv6 deployed, but I’ll try anyway. Good to hear. We are running many dual stack environments that are deployed with ansible. They do

Re: [ansible-project] Creating a AWS VPC with IPv6 addresses

2020-03-16 Thread Ralf Weber
Moin! On 14 Mar 2020, at 9:07, Dick Visser wrote: > This is indeed not supporting by the ec2_vpc_net module. > I am using an aws cli helper task, which needs to be conditional to > prevent adding the prefix when it's already there: > > - name: Ensure VPC is available > ec2_vpc_net: > name:

Re: [ansible-project] Creating a AWS VPC with IPv6 addresses

2020-03-14 Thread Dick Visser
Hi On Fri, 13 Mar 2020 at 19:33, Ralf Weber wrote: > > Moin! > > I wanted to use ansible to create a VPC with Amazon supplied IPv6 > addresses. In the Console this is an option, when I create and VPC, but > I could not find anything in ec2_vpc_net for that. > > When I use ec2_vpc_net_info I see

Re: [ansible-project] Creating a AWS VPC with IPv6 addresses

2020-03-13 Thread Karl Auer
I haven't tried this myself, but what happens if you just provide iPv6 addresses to the ec2_vpc_net module? The "initial /56" is just the CIDR block, I'd have thought, same as with IPv4. But as I say I have not tried this. Regards, K. On Sat, Mar 14, 2020 at 5:33 AM Ralf Weber wrote: > Moin!