sapp更新4.0.8
This commit is contained in:
Binary file not shown.
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
- name: "install mrzcpd"
|
- name: "install mrzcpd"
|
||||||
yum:
|
yum:
|
||||||
name: /tmp/ansible_deploy/mrzcpd-4.3.17.f543325-1.el7.x86_64.rpm
|
name: /tmp/ansible_deploy/mrzcpd-4.3.18.f543325-1.el7.x86_64.rpm
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "update sysconfig/mrzcpd"
|
- name: "update sysconfig/mrzcpd"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: "install sapp rpms from localhost"
|
- name: "install sapp rpms from localhost"
|
||||||
shell: cd /tmp/ansible_deploy;rpm -ivh sapp-4.0.11.347f7b7-x86_64.rpm --nodeps
|
shell: cd /tmp/ansible_deploy;rpm -ivh sapp-4.0.8.fb5bce9-1.el7.x86_64.rpm
|
||||||
when: return.rc != 0
|
when: return.rc != 0
|
||||||
|
|
||||||
- name: make dir
|
- name: make dir
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
[platform]
|
[platform]
|
||||||
{% if tsg_access_type == 1 %}
|
{% if tsg_access_type == 1 %}
|
||||||
./plug/platform/g_device_plug/g_device_plug.inf
|
./plug/platform/g_device_plug/g_device_plug.inf
|
||||||
|
#./plug/platform/http_healthcheck/http_healthcheck.inf
|
||||||
|
{% elif tsg_access_type == 2 %}
|
||||||
|
#./plug/platform/g_device_plug/g_device_plug.inf
|
||||||
|
./plug/platform/http_healthcheck/http_healthcheck.inf
|
||||||
{% else %}
|
{% else %}
|
||||||
#./plug/platform/g_device_plug/g_device_plug.inf
|
#./plug/platform/g_device_plug/g_device_plug.inf
|
||||||
|
#./plug/platform/http_healthcheck/http_healthcheck.inf
|
||||||
{% endif %}
|
{% endif %}
|
||||||
./plug/platform/tsg_master/tsg_master.inf
|
./plug/platform/tsg_master/tsg_master.inf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user