Commit 63781b96 by ansible

no message

1 parent cdc6eee6
---
- hosts: wdchat-dma
- hosts: deployed-wdchat-dma
become: true
tasks:
- name: Copy iConsole
......
---
- hosts: wdchat-dma
become: true
tasks:
- name: Add new user in admin database
mongodb_user:
login_user: root
login_password: password
login_port: "7017"
database: "admin"
user: test
password: password
roles:
- db: admin
- role: userAdminAnyDatabase
\ No newline at end of file
---
- hosts: wdchat-dma
- hosts: deployed-wdchat-dma
become: true
tasks:
# - name: Move DMA-Mongo to Working Folder
......
---
- hosts: wdchat-dma
- hosts: deployed-wdchat-dma
become: true
tasks:
- name: Create Database WDCHAT & WDAUTHEN & USER
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!