install_mongodb.yml 713 Bytes
---
- hosts: 05_install-dmamanager
  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
      
- hosts: 05_install-servicegateway
  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

- hosts: 05_install-dmaengine.conf
  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