Commit ba576aee by ansible

no message

1 parent ea5534c1
Showing with 14 additions and 2 deletions
- name: Start SoftwareStack
shell: /opt/stack/mongodb/ctlscript.sh start
shell: /opt/stack/mongodb1/ctlscript.sh start
shell: /opt/stack/mongodb2/ctlscript.sh start
shell: /opt/stack/postgres/ctlscript.sh start
- name: Initial Application based on Application Name
import_tasks: initial_user_db_wdchat.yml
when: app_name == 'wdchat'
......@@ -26,4 +32,10 @@
- import_tasks: update_data_dma_3.2.1.yml
when: app_name == 'dma' and app_version == '3.2.6'
- import_tasks: update_data_dma_3.4.0.yml
when: app_name == 'dma' and app_version == '3.4.0'
\ No newline at end of file
when: app_name == 'dma' and app_version == '3.4.0'
- name: Stop SoftwareStack
shell: /opt/stack/mongodb/ctlscript.sh stop
shell: /opt/stack/mongodb1/ctlscript.sh stop
shell: /opt/stack/mongodb2/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!