Commit b0bf4ba3 by ansible

no message

1 parent 08484014
Showing with 19 additions and 19 deletions
- 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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!