Commit 154117bf by ansible

no message

1 parent e3f8f7fc
Showing with 16 additions and 14 deletions
...@@ -18,39 +18,41 @@ ...@@ -18,39 +18,41 @@
- { dir: 'iConsole' } - { dir: 'iConsole' }
- { dir: 'json' } - { dir: 'json' }
- { dir: 'Schedule' } - { dir: 'Schedule' }
- name: Add iConsole Schedule - name: Add iConsole Schedule
command: /opt/Schedule/add_schedule shell: /opt/Schedule/add_schedule
- name: End Install iConsole-Management System - Deploy iConsole - name: End Install iConsole-Management System - Deploy iConsole
command: cp /tmp/application/{{ app_version }}/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war shell: cp /tmp/application/{{ app_version }}/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
- name: Begin Install Security License System - name: Begin Install Security License System
command: cp /tmp/source/root.tar.gz /root/root.tar.gz shell: cp /tmp/source/root.tar.gz /root/root.tar.gz
- name: Extract root - name: Extract root
command: tar -zxvf /root/root.tar.gz -C /root/ shell: tar -zxvf /root/root.tar.gz -C /root/
- name: Delete File - name: Delete File
command: rm /root/root.tar.gz shell: rm /root/root.tar.gz
- name: Gen License Request File - name: Gen License Request File
command: /root/bin/gen_license_request.py shell: /root/bin/gen_license_request.py
args: args:
chdir: /root/bin chdir: /root/bin
- name: Gen License File - name: Gen License File
command: /root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license shell: /root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license
- name: Activate License - name: Activate License
command: cp /root/bin/license.enc /opt/iConsole/security/wdchat.license shell: cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
- name: Delete request_license.txt File - name: Delete request_license.txt File
command: rm /root/bin/request_license.txt shell: rm /root/bin/request_license.txt
- name: End Install Security License System - name: End Install Security License System
command: rm /root/bin/license.enc shell: 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 shell: cp /tmp/configuration/beebuddy.ssl/server.crt /opt/stack/nginx/conf/ssl/server.crt
- name: End Install Default Certificate - name: End Install Default Certificate
command: cp /tmp/configuration/beebuddy.ssl/server.key /opt/stack/nginx/conf/ssl/server.key shell: cp /tmp/configuration/beebuddy.ssl/server.key /opt/stack/nginx/conf/ssl/server.key
- name: Begin Install NTP Configuration - name: Begin Install NTP Configuration
command: cp /tmp/configuration/ntp.conf /etc/ntp.conf shell: cp /tmp/configuration/ntp.conf /etc/ntp.conf
- name: End Install NTP service - name: End Install NTP service
command: systemctl restart ntp.service shell: systemctl restart ntp.service
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!