Amazon VPC Peering Module ?

Hi,

I need to establish a VPC Peering connection in a playbook and I couldn’t find anything like that in the available modules. Did I miss something ?

If not, I don’t mind writing this feature. It seems that Boto already has the functionality implemented so It should be quite straightforward. Is there anything I should be aware of (outside /ansible/CONTRIBUTING.md) ?

http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-peering.html

http://boto.readthedocs.org/en/latest/vpc_tut.html#to-create-vpc-peering-connection

Cheers,

I’m not aware that you have. A new module (or option in the appropriate module) would be welcome, thanks!

Hey everyone,

Did anything happen on this? Just got a need to do some vpc peering and wondered what the state of the art was for doing this in Ansible?

Big Ansible fan btw. That’s me on the right:

https://twitter.com/worldofchris/status/565097429494935552

Cheers

Chris

HI Chris,

There is a pending PR for this, https://github.com/ansible/ansible-modules-core/pull/367
can you give it a shot,

  • Benno