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 42819532
authored
Apr 25, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
7f27f0a4
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
23 additions
and
130 deletions
roles/install/tasks/roles/dma/tasks/admin.yml → roles/install/tasks/admin.yml
roles/install/tasks/roles/dma/tasks/dmamanager.yml → roles/install/tasks/dmamanager.yml
roles/install/tasks/main.yml
roles/install/tasks/roles/dma/tasks/nginx.yml → roles/install/tasks/nginx.yml
roles/install/tasks/roles/dma/tasks/main.yml
roles/install/tasks/roles/wdchat/tasks/admin.yml
roles/install/tasks/roles/wdchat/tasks/main.yml
roles/install/tasks/roles/wdchat/tasks/nginx.yml
roles/install/tasks/roles/wdchat/tasks/runtime.yml
roles/install/tasks/roles/wdchat/tasks/wdchat-mongodb.yml
roles/install/tasks/roles/wdchat/tasks/wdchat-postgres.yml
roles/install/tasks/roles/dma/tasks/runtime.yml → roles/install/tasks/runtime.yml
roles/install/tasks/roles/dma/tasks/servicegateway.yml → roles/install/tasks/servicegateway.yml
roles/install/tasks/roles/dma/tasks/wdchat-mongodb.yml → roles/install/tasks/wdchat-mongodb.yml
roles/install/tasks/roles/dma/tasks/wdchat-postgres.yml → roles/install/tasks/wdchat-postgres.yml
roles/install/tasks/
roles/dma/tasks/
admin.yml
→
roles/install/tasks/admin.yml
View file @
4281953
File moved
roles/install/tasks/
roles/dma/tasks/
dmamanager.yml
→
roles/install/tasks/dmamanager.yml
View file @
4281953
File moved
roles/install/tasks/main.yml
View file @
4281953
-
name
:
Select software stack based on Application Name
import_role
:
name
:
dma
-
name
:
Install software stack based on Application Name
import_tasks
:
nginx.yml
when
:
app_name == 'dma' or app_name == 'wdchat'
-
import_tasks
:
wdchat-mongodb.yml
when
:
app_name == 'dma' or app_name == 'wdchat'
-
import_tasks
:
wdchat-postgres.yml
when
:
app_name == 'dma' or app_name == 'wdchat'
-
import_tasks
:
mqtt.yml
when
:
app_name == 'dma' or app_name == 'wdchat'
-
import_tasks
:
runtime.yml
when
:
app_name == 'dma' or app_name == 'wdchat'
-
import_tasks
:
admin.yml
when
:
app_name == 'dma' or app_name == 'wdchat'
-
import_tasks
:
dmamanager.yml
when
:
app_name == 'dma'
# software stack of wdchat
-
import_role
:
name
:
wdchat
when
:
app_name == 'wdchat'
-
import_tasks
:
servicegateway.yml
when
:
app_name == 'dma'
\ No newline at end of file
roles/install/tasks/
roles/dma/tasks/
nginx.yml
→
roles/install/tasks/nginx.yml
View file @
4281953
File moved
roles/install/tasks/roles/dma/tasks/main.yml
deleted
100644 → 0
View file @
7f27f0a
-
name
:
Install software stack of DMA Product
-
import_tasks
:
nginx.yml
-
import_tasks
:
wdchat-mongodb.yml
-
import_tasks
:
wdchat-postgres.yml
-
import_tasks
:
mqtt.yml
-
import_tasks
:
runtime.yml
-
import_tasks
:
admin.yml
-
import_tasks
:
dmamanager.yml
-
import_tasks
:
servicegateway.yml
roles/install/tasks/roles/wdchat/tasks/admin.yml
deleted
100644 → 0
View file @
7f27f0a
-
name
:
Install NginX
unarchive
:
src
:
/tmp/source/webgate.3.1.0.zip
dest
:
/opt/stack
remote_src
:
yes
group
:
nginx
owner
:
nginx
mode
:
0755
-
file
:
path
:
'
/opt/{{
item.dir
}}'
group
:
nginx
owner
:
nginx
mode
:
0755
state
:
directory
recurse
:
yes
with_items
:
-
{
dir
:
'
nginx'
}
roles/install/tasks/roles/wdchat/tasks/main.yml
deleted
100644 → 0
View file @
7f27f0a
-
name
:
Install software stack of WDCHAT Product
-
import_tasks
:
nginx.yml
-
import_tasks
:
wdchat-mongodb.yml
-
import_tasks
:
wdchat-postgres.yml
-
import_tasks
:
mqtt.yml
-
import_tasks
:
runtime.yml
-
import_tasks
:
admin.yml
roles/install/tasks/roles/wdchat/tasks/nginx.yml
deleted
100644 → 0
View file @
7f27f0a
-
name
:
Install NginX
unarchive
:
src
:
/tmp/source/webgate.3.1.0.zip
dest
:
/opt/stack
remote_src
:
yes
group
:
nginx
owner
:
nginx
mode
:
0755
-
file
:
path
:
'
/opt/{{
item.dir
}}'
group
:
nginx
owner
:
nginx
mode
:
0755
state
:
directory
recurse
:
yes
with_items
:
-
{
dir
:
'
nginx'
}
roles/install/tasks/roles/wdchat/tasks/runtime.yml
deleted
100644 → 0
View file @
7f27f0a
-
name
:
Install NginX
unarchive
:
src
:
/tmp/source/webgate.3.1.0.zip
dest
:
/opt/stack
remote_src
:
yes
group
:
nginx
owner
:
nginx
mode
:
0755
-
file
:
path
:
'
/opt/{{
item.dir
}}'
group
:
nginx
owner
:
nginx
mode
:
0755
state
:
directory
recurse
:
yes
with_items
:
-
{
dir
:
'
nginx'
}
roles/install/tasks/roles/wdchat/tasks/wdchat-mongodb.yml
deleted
100644 → 0
View file @
7f27f0a
-
name
:
Install NginX
unarchive
:
src
:
/tmp/source/webgate.3.1.0.zip
dest
:
/opt/stack
remote_src
:
yes
group
:
nginx
owner
:
nginx
mode
:
0755
-
file
:
path
:
'
/opt/{{
item.dir
}}'
group
:
nginx
owner
:
nginx
mode
:
0755
state
:
directory
recurse
:
yes
with_items
:
-
{
dir
:
'
nginx'
}
roles/install/tasks/roles/wdchat/tasks/wdchat-postgres.yml
deleted
100644 → 0
View file @
7f27f0a
-
name
:
Install NginX
unarchive
:
src
:
/tmp/source/webgate.3.1.0.zip
dest
:
/opt/stack
remote_src
:
yes
group
:
nginx
owner
:
nginx
mode
:
0755
-
file
:
path
:
'
/opt/{{
item.dir
}}'
group
:
nginx
owner
:
nginx
mode
:
0755
state
:
directory
recurse
:
yes
with_items
:
-
{
dir
:
'
nginx'
}
roles/install/tasks/r
oles/dma/tasks/r
untime.yml
→
roles/install/tasks/runtime.yml
View file @
4281953
File moved
roles/install/tasks/
roles/dma/tasks/
servicegateway.yml
→
roles/install/tasks/servicegateway.yml
View file @
4281953
File moved
roles/install/tasks/
roles/dma/tasks/
wdchat-mongodb.yml
→
roles/install/tasks/wdchat-mongodb.yml
View file @
4281953
File moved
roles/install/tasks/
roles/dma/tasks/
wdchat-postgres.yml
→
roles/install/tasks/wdchat-postgres.yml
View file @
4281953
File moved
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