michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 62 forks source link

Support for IPv6 #37

Closed avadhanij closed 5 years ago

avadhanij commented 6 years ago

I see that listing an IPv6 address for an interface is currently not supported. Any plans of supporting it?

markgoddard commented 6 years ago

It would definitely be a useful feature, although I'm not aware of any plans to add it currently. If you have the time to develop it, I'd be happy to review.

markgoddard commented 6 years ago

I remember @jpds wanting to do this. Did you get anywhere with it?

avadhanij commented 6 years ago

I can definitely give it a try. Not sure of timeline though, will keep you posted.

avadhanij commented 6 years ago

@markgoddard , It's been a while, but I finally managed to add support - #39

avadhanij commented 6 years ago

@markgoddard ... It appears that the ansible-galaxy role hasn't been updated. Can you republish?

markgoddard commented 6 years ago

Done. Odd that the import has not worked - the travis config looks ok.

avadhanij commented 6 years ago

Nope, it's still not getting the latest. Perhaps the version has to be changed? Kind of similar to python packages?

markgoddard commented 6 years ago

Correct - we started tagging this repo in February and now have to create a new tag in order for the changes to be published on galaxy. I've just tagged v1.1.0.

You can always reference the git repo and a specific branch in a galaxy requirements file if necessary.