Commit 9322396b by ansible

no message

1 parent adc37824
......@@ -2,8 +2,5 @@
- hosts: all
become: true
tasks:
- file:
path: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode: 0711
- name: Install DMAENGINE DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb1.conf --mode unattended
\ No newline at end of file
......@@ -2,8 +2,5 @@
- hosts: all
become: true
tasks:
- file:
path: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode: 0711
- name: Install DMA Manager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb2.conf --mode unattended
\ No newline at end of file
......@@ -2,8 +2,5 @@
- hosts: all
become: true
tasks:
- file:
path: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode: 0711
- name: Install DMA Manager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb3.conf --mode unattended
\ No newline at end of file
---
- hosts: all
become: true
tasks:
- copy:
src: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
dest: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode: 0711
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!