Commit e03686ff by ansible

no message

1 parent 3a01c93d
Showing with 1 additions and 1 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
command: /opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7018 /tmp/source/dmamanager.js command: /opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7018 /tmp/source/dmamanager.js
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!