Commit 6a23b292 by ansible

no message

1 parent 378c8114
...@@ -43,6 +43,3 @@ ...@@ -43,6 +43,3 @@
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644
- name: Start DMA service
shell: /opt/stack/script/ctlscript.sh start
\ No newline at end of file
- name: Start SoftwareStack - name: Start Service
shell: /opt/stack/mongodb/ctlscript.sh start shell: /opt/stack/script/ctlscript.sh start
when: app_name == 'dma' or app_name == 'wdchat'
- name: Start SoftwareStack
shell: /opt/stack/postgres/ctlscript.sh start
when: app_name == 'dma' or app_name == 'wdchat'
- name: Start SoftwareStack
shell: /opt/stack/mongodb1/ctlscript.sh start
when: app_name == 'dma'
- name: Start SoftwareStack
shell: /opt/stack/mongodb2/ctlscript.sh start
when: app_name == 'dma'
- name: Deploy Application based on Application Name - name: Deploy Application based on Application Name
import_tasks: apimanager.yml import_tasks: apimanager.yml
...@@ -18,16 +8,3 @@ ...@@ -18,16 +8,3 @@
when: app_name == 'dma' when: app_name == 'dma'
- import_tasks: wdchat.yml - import_tasks: wdchat.yml
when: app_name == 'wdchat' when: app_name == 'wdchat'
- name: Start SoftwareStack
shell: /opt/stack/mongodb/ctlscript.sh stop
when: app_name == 'dma' or app_name == 'wdchat'
- name: Start SoftwareStack
shell: /opt/stack/postgres/ctlscript.sh stop
when: app_name == 'dma' or app_name == 'wdchat'
- name: Start SoftwareStack
shell: /opt/stack/mongodb1/ctlscript.sh stop
when: app_name == 'dma'
- name: Start SoftwareStack
shell: /opt/stack/mongodb2/ctlscript.sh stop
when: app_name == 'dma'
...@@ -46,6 +46,3 @@ ...@@ -46,6 +46,3 @@
- name: Deploy Customer iChatWeb.war - name: Deploy Customer iChatWeb.war
command: cp /tmp/{{ customer_name }}/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war command: cp /tmp/{{ customer_name }}/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
- name: Start WDCHAT service
shell: /opt/stack/script/ctlscript.sh start
\ 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!