Commit 6a23b292 by ansible

no message

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