Commit df699804 by ansible

no message

1 parent 21b8c11e
Showing with 2 additions and 2 deletions
- name: Create user & db named WDCHAT on mongodb-7017 - name: Create user & db named WDCHAT on mongodb-7017
shell: /opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7017 < /tmp/source/wdchat.js shell: /opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7017 < /tmp/source/wdchat.js
- name: Create user & db named DMAMANAGER on mongodb1-7018 - name: Create user & db named DMAMANAGER on mongodb1-7018
shell: /opt/stack/mongodb/mongodb1/bin/mongo --host 127.0.0.1 --port 7018 < /tmp/source/dmamanager.js shell: /opt/stack/mongodb1/mongodb/bin/mongo --host 127.0.0.1 --port 7018 < /tmp/source/dmamanager.js
- name: Create user & db named SERVICEGATEWAY on mongodb2-7019 - name: Create user & db named SERVICEGATEWAY on mongodb2-7019
shell: /opt/stack/mongodb/mongodb2/bin/mongo --host 127.0.0.1 --port 7019 < /tmp/source/servicegateway.js shell: /opt/stack/mongodb2/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 - 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 command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=postgres -f /tmp/configuration/0_Create.User.sql
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!