ansible / ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
https://www.ansible.com/
GNU General Public License v3.0
62.95k stars 23.91k forks source link

Feature request: Linode add private ip address #6025

Closed bsdlp closed 10 years ago

bsdlp commented 10 years ago
Issue Type:

Feature Idea

Ansible Version:

ansible 1.4.5

Environment:

N/A

Summary:

The Linode cloud module is currently missing the ability to add private IP addresses to an instance. This is important for the NodeBalancer product, which requires Linodes to be added using the Linode's private IPv4 address.

https://www.linode.com/api/linode/linode.ip.addprivate

Steps To Reproduce:

N/A

Expected Results:

Adds private IP address after Linode is created, but before it is booted.

Actual Results:

N/A

mpdehaan commented 10 years ago

Sorry for the late response on this as we've been working our way through the queue.

We've been mostly concentrating on extending things like EC2 and Rackspace, but obviously Linode is good stuff too -- is this something you would like to work on?

If so, we are open to pull requests.

Thanks!

pilwon commented 10 years ago

@mpdehaan @fly Created PR #7223 for this issue. Please review & merge.

mpdehaan commented 10 years ago

Closing this ticket since pull request above was submitted, thank you very much!