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 cec04813
authored
Apr 25, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
64602099
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
8 deletions
roles/install/tasks/admin.yml
roles/install/tasks/dmamanager.yml
roles/install/tasks/mqtt.yml
roles/install/tasks/nginx.yml
roles/install/tasks/runtime.yml
roles/install/tasks/servicegateway.yml
roles/install/tasks/wdchat-mongodb.yml
roles/install/tasks/wdchat-postgres.yml
roles/install/tasks/admin.yml
View file @
cec0481
-
name
:
Remove Admin Wildfly if exist
command
:
rm -r /opt/stack/admin
file
:
state
:
absent
path
:
/opt/stack/admin
-
name
:
Install Admin Wildfly
command
:
/tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
-
name
:
Stop All Wildfly Stack
...
...
roles/install/tasks/dmamanager.yml
View file @
cec0481
-
name
:
Remove dmamanager DB if exist
command
:
rm -r /opt/stack/mongodb2
file
:
state
:
absent
path
:
/opt/stack/mongodb2
-
name
:
Install dmamanager DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmamanager.conf --mode unattended
-
name
:
Stop dmamanager DB
...
...
roles/install/tasks/mqtt.yml
View file @
cec0481
-
name
:
Remove MQTT if exist
command
:
rm -r /opt/stack/mqtt
file
:
state
:
absent
path
:
/opt/stack/mqtt
-
name
:
Install MQTT to Working Folder
unarchive
:
src
:
/opt/stack/message.3.0.2.tar.gz
...
...
roles/install/tasks/nginx.yml
View file @
cec0481
-
name
:
Remove Nginx if exist
command
:
rm -r /opt/stack/nginx
file
:
state
:
absent
path
:
/opt/stack/nginx
-
name
:
Install NginX
unarchive
:
src
:
/tmp/source/webgate.3.1.0.zip
...
...
roles/install/tasks/runtime.yml
View file @
cec0481
-
name
:
Remove Runtime Wildfly if exist
command
:
rm -r /opt/stack/runtime
file
:
state
:
absent
path
:
/opt/stack/runtime
-
name
:
Install Runtime Wildfly
command
:
/tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended
-
name
:
Stop All Wildfly Stack
...
...
roles/install/tasks/servicegateway.yml
View file @
cec0481
-
name
:
Remove servicegateway DB if exist
command
:
rm -r /opt/stack/mongodb2
file
:
state
:
absent
path
:
/opt/stack/mongodb2
-
name
:
Install servicegateway DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/servicegateway.conf --mode unattended
-
name
:
Stop servicegateway DB
...
...
roles/install/tasks/wdchat-mongodb.yml
View file @
cec0481
-
name
:
Remove wdchat-mongo DB if exist
command
:
rm -r /opt/stack/mongodb
file
:
state
:
absent
path
:
/opt/stack/mongodb
-
name
:
Install wdchat-mongo DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
-
name
:
Stop wdchat-mongo DB
...
...
roles/install/tasks/wdchat-postgres.yml
View file @
cec0481
-
name
:
Remove wdchat-postgres software if exist
command
:
rm -r /opt/stack/postgres
file
:
state
:
absent
path
:
/opt/stack/postgres
-
name
:
Install wdchat-postgres software
command
:
/tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended
-
name
:
Stop wdchat-postgres DB
...
...
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