File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
40
40
"atom_user" => "vagrant" ,
41
41
"atom_group" => "vagrant" ,
42
42
"atom_environment_type" => "development" ,
43
- "atom_flush_data" => "yes"
43
+ "atom_flush_data" => "yes" ,
44
+ "elasticsearch_network_bind_host" => "0.0.0.0"
44
45
}
45
46
ansible . verbose = 'v'
46
47
ansible . raw_arguments = ENV [ 'ANSIBLE_ARGS' ]
Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
49
49
"atom_user" => "vagrant" ,
50
50
"atom_group" => "vagrant" ,
51
51
"atom_environment_type" => "development" ,
52
- "atom_flush_data" => "yes"
52
+ "atom_flush_data" => "yes" ,
53
+ "es_config" => {
54
+ "network.host" => "0.0.0.0"
55
+ }
53
56
}
54
57
ansible . verbose = 'v'
55
58
ansible . raw_arguments = ENV [ 'ANSIBLE_ARGS' ]
You can’t perform that action at this time.
0 commit comments