Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SASC
sentinel-legacy
Commits
16bf6ee1
Commit
16bf6ee1
authored
Jan 24, 2016
by
bow
Browse files
Add custom sentinel users in Ansible role
parent
a358be84
Changes
1
Hide whitespace changes
Inline
Side-by-side
deployment/ansible-role-sentinel/vars/main.yml
0 → 100644
View file @
16bf6ee1
---
# Sentinel-specific MongoDB users. #
mongodb_user_sentinel_name
:
sentinel-api
mongodb_user_sentinel_password
:
api
mongodb_users
:
-
database
:
sentinel
name
:
sentinel-owner
password
:
owner
roles
:
dbOwner
-
database
:
sentinel
name
:
"
{{
mongodb_user_sentinel_name
}}"
password
:
"
{{
mongodb_user_sentinel_password
}}"
roles
:
readWrite
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment