We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246ecaf commit a6fb766Copy full SHA for a6fb766
1 file changed
roles/mongo/defaults/main.yml
@@ -27,7 +27,7 @@ mongo_servers: [] # Set this in group_vars
27
# setting them separately is not ideal.
28
29
# The port for mongo server
30
-mongo_default_port: 27017
+mongo_port: 27017
31
32
# The password for admin user
33
# mongo_admin_password: # set this in secrets
0 commit comments