Commit e2c24f65 by ansible

no message

1 parent c6d0539c
Showing with 0 additions and 28 deletions
- 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: Initial Application based on Application Name - name: Initial Application based on Application Name
import_tasks: initial_user_db_wdchat.yml import_tasks: initial_user_db_wdchat.yml
when: app_name == 'wdchat' when: app_name == 'wdchat'
...@@ -40,16 +27,3 @@ ...@@ -40,16 +27,3 @@
# when: app_name == 'dma' and app_version == '3.2.6' # when: app_name == 'dma' and app_version == '3.2.6'
#- import_tasks: update_data_dma_3.4.0.yml #- import_tasks: update_data_dma_3.4.0.yml
# when: app_name == 'dma' and app_version == '3.4.0' # when: app_name == 'dma' and app_version == '3.4.0'
\
#- name: Stop SoftwareStack
# shell: /opt/stack/mongodb/ctlscript.sh stop
# when: app_name == 'dma' or app_name == 'wdchat'
#- name: Stop SoftwareStack
# shell: /opt/stack/postgres/ctlscript.sh stop
# when: app_name == 'dma' or app_name == 'wdchat'
#- name: Stop SoftwareStack
# shell: /opt/stack/mongodb1/ctlscript.sh stop
# when: app_name == 'dma'
#- name: Stop SoftwareStack
# shell: /opt/stack/mongodb2/ctlscript.sh stop
# when: app_name == 'dma'
\ 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!