Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to configure the public-ip with a role variable instead of ansible_host #56

Closed
Nuttymoon opened this issue May 10, 2023 · 0 comments · Fixed by #89
Closed

Allow to configure the public-ip with a role variable instead of ansible_host #56

Nuttymoon opened this issue May 10, 2023 · 0 comments · Fixed by #89
Assignees
Labels
enhancement New feature or request

Comments

@Nuttymoon
Copy link
Contributor

Currently, the public-ip property is generated using the special ansible_host variable. This is fine if the node has its own public IP, but it is frequent to run nodes as VMs sitting behind a bridge interface or a proxy. In this case, the ansible_host variable used to connect through SSH might be different than the public IP.

I suggest adding a avalanchego_public_ip: {{ ansible_host }} to the avalanche_node role to allow easier configuration.

@Nuttymoon Nuttymoon added the enhancement New feature or request label May 10, 2023
@Nuttymoon Nuttymoon self-assigned this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant