Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
dma-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d6cf7010
authored
Apr 25, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
4f229d93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
roles/initial/tasks/initial_user_db_dma.yml
roles/initial/tasks/initial_user_db_wdchat.yml
roles/initial/tasks/initial_user_db_dma.yml
View file @
d6cf701
...
...
@@ -5,7 +5,7 @@
-
name
:
Create user & db named SERVICEGATEWAY on mongodb2-7019
command
:
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7019 < /tmp/source/servicegateway.js
-
name
:
Create user & db named WDCHAT and WDAUTHEN on postgres-7432
expect
:
expect
:
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/0_Create.User.sql
responses
:
'
Password
for
user
postgres'
:
'
password'
\ No newline at end of file
roles/initial/tasks/initial_user_db_wdchat.yml
View file @
d6cf701
-
name
:
Create user & db named WDCHAT on mongodb-7017
command
:
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7017 < /tmp/source/wdchat.js
-
name
:
Create user & db named WDCHAT and WDAUTHEN on postgres-7432
expect
:
expect
:
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/0_Create.User.sql
responses
:
'
Password
for
user
postgres'
:
'
password'
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment