Commit 67e08bf5 by ansible

no message

1 parent 337ad154
Showing with 2 additions and 2 deletions
......@@ -8,4 +8,4 @@
responses:
'>': 'use admin'
'switched to db admin': 'db.auth("root", "password")'
'1': 'db.createUser({user: "test",pwd: "test",roles: [ { role: "userAdminAnyDatabase", db: "admin" }]})
\ No newline at end of file
'1': 'db.createUser({user: "test",pwd: "test",roles: [ { role: "userAdminAnyDatabase", db: "admin" }]})'
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!