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 - hosts: 05_install-dmamanager
become: true become: true
tasks: tasks:
...@@ -16,9 +22,4 @@ ...@@ -16,9 +22,4 @@
tasks: tasks:
- name: Install DMAENGINE DB - name: Install DMAENGINE DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmaengine.conf --mode unattended command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmaengine.conf --mode unattended
- hosts: 05_install-wdchat \ No newline at end of file
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-postgres - hosts: 05_install-wdchatDB-postgresql
become: true become: true
tasks: tasks:
- name: Install postgres software - 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!