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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
6 deletions
install_admin.yml
install_runtime.yml
install_wdchat_db.yml
install_wdchat_postgresql_db.yml
install_admin.yml
View file @
9bbae74
...
@@ -3,4 +3,6 @@
...
@@ -3,4 +3,6 @@
become
:
true
become
:
true
tasks
:
tasks
:
-
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
\ No newline at end of file
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
...
@@ -3,4 +3,6 @@
...
@@ -3,4 +3,6 @@
become
:
true
become
:
true
tasks
:
tasks
:
-
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
\ No newline at end of file
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 @@
...
@@ -3,4 +3,4 @@
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
Install WDCHAT DB
-
name
:
Install WDCHAT DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat.conf --mode unattended
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
\ 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