Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
dma-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ca2c5f02
authored
Apr 26, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
154617a0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
roles/deploy/tasks/main.yml
roles/deploy/tasks/main.yml
View file @
ca2c5f0
-
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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment