Skip to content

Commit

Permalink
Mask mongo user passwords in ansible output
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 6, 2017
1 parent 24b2c80 commit 7477ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/mongodb/tasks/mongodb_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@
login_user: "{{ mongodb_admin_username }}"
login_password: "{{ mongodb_admin_password }}"
login_database: "{{ mongodb_admin_db }}"
loop_control:
label: "{{ item.username }} on {{ item.db }}"
with_items: "{{ mongodb_users }}"

0 comments on commit 7477ed9

Please sign in to comment.