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 b0bf4ba3
authored
Apr 26, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
08484014
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
roles/install/tasks/system-management.yml
roles/install/tasks/system-management.yml
View file @
b0bf4ba
-
name
:
Begin Install Security License System
command
:
cp /tmp/source/root.tar.gz /root/root.tar.gz
-
name
:
Extract root
command
:
tar -zxvf /root/root.tar.gz -C /root/
-
name
:
Delete File
command
:
rm /root/root.tar.gz
-
name
:
Gen License Request File
command
:
/root/bin/gen_license_request.py
args
:
chdir
:
/root/bin
-
name
:
Gen License File
command
:
/root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license
-
name
:
Activate License
command
:
cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
-
name
:
Delete request_license.txt File
command
:
rm /root/bin/request_license.txt
-
name
:
End Install Security License System
command
:
rm /root/bin/license.enc
-
name
:
Begin Install iConsole-Management System
-
name
:
Begin Install iConsole-Management System
unarchive
:
unarchive
:
src
:
/tmp/source/iConsole.singlehost.dma.3.0.6.0.zip
src
:
/tmp/source/iConsole.singlehost.dma.3.0.6.0.zip
...
@@ -42,6 +23,25 @@
...
@@ -42,6 +23,25 @@
-
name
:
End Install iConsole-Management System - Deploy iConsole
-
name
:
End Install iConsole-Management System - Deploy iConsole
command
:
cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
command
:
cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
-
name
:
Begin Install Security License System
command
:
cp /tmp/source/root.tar.gz /root/root.tar.gz
-
name
:
Extract root
command
:
tar -zxvf /root/root.tar.gz -C /root/
-
name
:
Delete File
command
:
rm /root/root.tar.gz
-
name
:
Gen License Request File
command
:
/root/bin/gen_license_request.py
args
:
chdir
:
/root/bin
-
name
:
Gen License File
command
:
/root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license
-
name
:
Activate License
command
:
cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
-
name
:
Delete request_license.txt File
command
:
rm /root/bin/request_license.txt
-
name
:
End Install Security License System
command
:
rm /root/bin/license.enc
-
name
:
Begin Install Default Certificate
-
name
:
Begin Install Default Certificate
command
:
cp /tmp/configuration/beebuddy.ssl/server.crt /opt/stack/nginx/conf/ssl/server.crt
command
:
cp /tmp/configuration/beebuddy.ssl/server.crt /opt/stack/nginx/conf/ssl/server.crt
-
name
:
End Install Default Certificate
-
name
:
End Install Default Certificate
...
...
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