Skip to content

Commit e3c477a

Browse files
author
Sergei Antipov
committed
Fixed authorization
1 parent d25113e commit e3c477a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/auth_initialization.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
password: "{{ item.password }}"
2727
roles: "{{ item.roles }}"
2828
login_host: 127.0.0.1
29+
login_user: "{{ mongodb_user_admin_name }}"
30+
login_password: "{{ mongodb_user_admin_password }}"
2931
with_items:
3032
- {
3133
name: "{{ mongodb_root_admin_name }}",

0 commit comments

Comments
 (0)