Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Does not accept static IP config Eg: transport.host: <hostname>" #808

Closed
arkachat opened this issue Jul 14, 2021 · 2 comments
Closed

Does not accept static IP config Eg: transport.host: <hostname>" #808

arkachat opened this issue Jul 14, 2021 · 2 comments

Comments

@arkachat
Copy link

Currently the section transport.host does not accept a hostname as the defaults/main.yml has this line es_api_host: "localhost"

This is hardcoded and should be avoided so the startup check does not check only "localhost".

The fix is :
es_api_host: "{{ ansible_hostname }}"

Please kindly fix this.

@botelastic
Copy link

botelastic bot commented Oct 12, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic
Copy link

botelastic bot commented Nov 11, 2021

This issue has been automatically closed because it has not had recent activity since being marked as stale.

@botelastic botelastic bot closed this as completed Nov 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant