修改kni 部署脚本
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -7,7 +7,7 @@
|
|||||||
- name: "install kni rpms from localhost"
|
- name: "install kni rpms from localhost"
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- /tmp/ansible_deploy/kni-20.09-1.el7.x86_64.rpm
|
- /tmp/ansible_deploy/kni-debug-20.10.20201014.6d458ba-1.el7.x86_64.rpm
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Template the kni.conf
|
- name: Template the kni.conf
|
||||||
|
|||||||
@@ -77,10 +77,13 @@ mho_eliminate_type = LRU
|
|||||||
[field_stat]
|
[field_stat]
|
||||||
remote_switch = 1
|
remote_switch = 1
|
||||||
remote_ip = 127.0.0.1
|
remote_ip = 127.0.0.1
|
||||||
remote_port = 8100
|
remote_port = 58100
|
||||||
local_path = ./fs2_kni.status
|
local_path = ./fs2_kni.status
|
||||||
stat_cycle = 1
|
stat_cycle = 1
|
||||||
print_mode = 1
|
print_mode = 1
|
||||||
|
statsd_format = 2
|
||||||
|
APP_NAME = fs2_kni
|
||||||
|
|
||||||
|
|
||||||
[ssl_dynamic_bypass]
|
[ssl_dynamic_bypass]
|
||||||
enabled = 1
|
enabled = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user