Commit 0970bed7 by ansible

no message

1 parent e8fc4778
Showing with 7 additions and 0 deletions
- name: Start SoftwareStack - name: Start SoftwareStack
shell: /opt/stack/mongodb/ctlscript.sh start shell: /opt/stack/mongodb/ctlscript.sh start
- name: Start SoftwareStack
shell: /opt/stack/mongodb1/ctlscript.sh start shell: /opt/stack/mongodb1/ctlscript.sh start
- name: Start SoftwareStack
shell: /opt/stack/mongodb2/ctlscript.sh start shell: /opt/stack/mongodb2/ctlscript.sh start
- name: Start SoftwareStack
shell: /opt/stack/postgres/ctlscript.sh start shell: /opt/stack/postgres/ctlscript.sh start
- name: Initial Application based on Application Name - name: Initial Application based on Application Name
...@@ -36,6 +39,9 @@ ...@@ -36,6 +39,9 @@
- name: Stop SoftwareStack - name: Stop SoftwareStack
shell: /opt/stack/mongodb/ctlscript.sh stop shell: /opt/stack/mongodb/ctlscript.sh stop
- name: Stop SoftwareStack
shell: /opt/stack/mongodb1/ctlscript.sh stop shell: /opt/stack/mongodb1/ctlscript.sh stop
- name: Stop SoftwareStack
shell: /opt/stack/mongodb2/ctlscript.sh stop shell: /opt/stack/mongodb2/ctlscript.sh stop
- name: Stop SoftwareStack
shell: /opt/stack/postgres/ctlscript.sh stop 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!