Open ragazzid opened 6 years ago
When using elasticsearch::non_util it doesn't allow app master to receive external connection since it binds the service to localhost only.
Create an environment with two app instances (one app_master and one app)
sudo ss -lt | grep 9200
When using elasticsearch::non_util it doesn't allow app master to receive external connection since it binds the service to localhost only.
Scenario
Create an environment with two app instances (one app_master and one app)
To reproduce
sudo ss -lt | grep 9200
on the app_master, the bind will be to 127.0.0.1 instead of 0.0.0.0 or ::