Commit f4adfb7d by ansible

no message

1 parent 8e313cf5
Showing with 0 additions and 19 deletions
- name: Start SoftwareStack
shell: /opt/stack/mongodb/ctlscript.sh start
- name: Start SoftwareStack
shell: /opt/stack/mongodb1/ctlscript.sh start
- name: Start SoftwareStack
shell: /opt/stack/mongodb2/ctlscript.sh start
- name: Start SoftwareStack
shell: /opt/stack/postgres/ctlscript.sh start
- name: Check & Recreate Stack Folder - name: Check & Recreate Stack Folder
file: file:
path: "{{ item.path }}" path: "{{ item.path }}"
...@@ -44,13 +35,4 @@ ...@@ -44,13 +35,4 @@
- import_tasks: system-management.yml - import_tasks: system-management.yml
when: app_name == 'dma' or app_name == 'wdchat' when: app_name == 'dma' or app_name == 'wdchat'
- name: Stop SoftwareStack
shell: /opt/stack/mongodb/ctlscript.sh stop
- name: Stop SoftwareStack
shell: /opt/stack/mongodb1/ctlscript.sh stop
- name: Stop SoftwareStack
shell: /opt/stack/mongodb2/ctlscript.sh stop
- name: Stop SoftwareStack
shell: /opt/stack/postgres/ctlscript.sh stop
\ 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!