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 9bbae74d
authored
Nov 13, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
ff0c5c66
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
install_admin.yml
install_runtime.yml
install_wdchat_db.yml
install_wdchat_postgresql_db.yml
install_admin.yml
View file @
9bbae74
...
...
@@ -4,3 +4,5 @@
tasks
:
-
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
:
/opt/stack/admin/ctlscript.sh stop
command
:
/opt/stack/admin/ctlscript.sh start wildfly
\ No newline at end of file
install_runtime.yml
View file @
9bbae74
...
...
@@ -4,3 +4,5 @@
tasks
:
-
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
:
/opt/stack/runtime/ctlscript.sh stop
command
:
/opt/stack/runtime/ctlscript.sh start wildfly
\ No newline at end of file
install_wdchat_db.yml
View file @
9bbae74
...
...
@@ -3,4 +3,4 @@
become
:
true
tasks
:
-
name
:
Install WDCHAT DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat.conf --mode unattended
\ No newline at end of file
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
\ No newline at end of file
install_wdchat_postgresql_db.yml
View file @
9bbae74
---
-
hosts
:
all
become
:
true
tasks
:
-
name
:
Install WDCHAT DB
command
:
/tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended
\ No newline at end of file
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