Commit ca2c5f02 by ansible

no message

1 parent 154617a0
Showing with 18 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: Deploy Application based on Application Name
import_tasks: apimanager.yml
when: app_name == 'apimanager'
......@@ -5,3 +14,12 @@
when: app_name == 'dma'
- import_tasks: wdchat.yml
when: 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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!