Commit 154617a0 by ansible

no message

1 parent 5283a014
Showing with 19 additions and 0 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
file:
path: "{{ item.path }}"
......@@ -36,3 +45,12 @@
- import_tasks: system-management.yml
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!