Commit 367016ef by ansible

no message

1 parent ab75262e
---
- hosts: 05_install-mongodb-inst03
become: true
tasks:
- name: Install DMAENGINE DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmaengine.conf --mode unattended
\ No newline at end of file
---
- hosts: 05_install-mongodb-inst01
become: true
tasks:
- name: Install DMA Manager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmamanager.conf --mode unattended
\ No newline at end of file
......@@ -11,8 +11,14 @@
- name: Install DMA Manager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/servicegateway.conf --mode unattended
- hosts: 05_install-dmaengine.conf
- hosts: 05_install-dmaengine
become: true
tasks:
- name: Install DMAENGINE DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmaengine.conf --mode unattended
- hosts: 05_install-wdchat
become: true
tasks:
- name: Install WDCHAT DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
\ No newline at end of file
---
- hosts: 05_install-mongodb-inst02
become: true
tasks:
- name: Install DMA Manager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/servicegateway.conf --mode unattended
\ No newline at end of file
---
- hosts: 05_install-mongodb-inst00
become: true
tasks:
- name: Install WDCHAT DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!