Commit f8149adf by ansible

no message

1 parent 367016ef
---
- 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
- hosts: 05_install-dmamanager
become: true
tasks:
......@@ -16,9 +22,4 @@
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
\ No newline at end of file
---
- hosts: 05_install-postgres
- hosts: 05_install-wdchatDB-postgresql
become: true
tasks:
- name: Install postgres software
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!