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 31c3932d
authored
Apr 25, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
5da78909
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
roles/install/tasks/admin.yml
roles/install/tasks/dmamanager.yml
roles/install/tasks/runtime.yml
roles/install/tasks/wdchat-postgres.yml
roles/install/tasks/admin.yml
View file @
31c3932
...
@@ -4,6 +4,6 @@
...
@@ -4,6 +4,6 @@
path
:
/opt/stack/admin
path
:
/opt/stack/admin
-
name
:
Install Admin Wildfly
-
name
:
Install Admin Wildfly
command
:
/tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
command
:
/tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
-
name
:
Stop A
ll Wildfly Stack
-
name
:
Stop A
dmin Wildfly
command
:
/opt/stack/admin/ctlscript.sh stop
command
:
/opt/stack/admin/ctlscript.sh stop
roles/install/tasks/dmamanager.yml
View file @
31c3932
-
name
:
Remove dmamanager DB if exist
-
name
:
Remove dmamanager DB if exist
file
:
file
:
state
:
absent
state
:
absent
path
:
/opt/stack/mongodb
2
path
:
/opt/stack/mongodb
1
-
name
:
Install dmamanager DB
-
name
:
Install dmamanager DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmamanager.conf --mode unattended
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmamanager.conf --mode unattended
-
name
:
Stop dmamanager DB
-
name
:
Stop dmamanager DB
command
:
/opt/stack/mongodb
2
/ctlscript.sh stop
command
:
/opt/stack/mongodb
1
/ctlscript.sh stop
roles/install/tasks/runtime.yml
View file @
31c3932
...
@@ -4,6 +4,6 @@
...
@@ -4,6 +4,6 @@
path
:
/opt/stack/runtime
path
:
/opt/stack/runtime
-
name
:
Install Runtime Wildfly
-
name
:
Install Runtime Wildfly
command
:
/tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended
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
-
name
:
Stop
Runtime Wildfly
command
:
/opt/stack/runtime/ctlscript.sh stop
command
:
/opt/stack/runtime/ctlscript.sh stop
roles/install/tasks/wdchat-postgres.yml
View file @
31c3932
-
name
:
Remove wdchat-postgres
software
if exist
-
name
:
Remove wdchat-postgres
DB
if exist
file
:
file
:
state
:
absent
state
:
absent
path
:
/opt/stack/postgres
path
:
/opt/stack/postgres
-
name
:
Install wdchat-postgres
software
-
name
:
Install wdchat-postgres
DB
command
:
/tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended
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
-
name
:
Stop wdchat-postgres DB
command
:
/opt/stack/postgres/ctlscript.sh stop
command
:
/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