forked from ISTI-ansible-roles/ansible-roles
add mongodb_bind variable
This commit is contained in:
parent
7461a4ee48
commit
b782b42c34
|
@ -29,6 +29,7 @@ mongodb_client_pkgs:
|
|||
|
||||
mongodb_start_server: 'yes'
|
||||
mongodb_tcp_port: 27017
|
||||
mongo_bind: True
|
||||
mongo_bind_ip: 0.0.0.0
|
||||
mongodb_http_interface: 'false'
|
||||
mongodb_http_port: 28017
|
||||
|
|
Loading…
Reference in New Issue