update
1.update kn 20.11.01, fix get src/dst mac 2.update cerstore log level 3.update packet_dump 1.0.8
This commit is contained in:
@@ -62,7 +62,7 @@ tfe_http_log_level: FATAL
|
||||
pangu_log_level: FATAL
|
||||
doh_log_level: FATAL
|
||||
|
||||
certstore_log_level: 30
|
||||
certstore_log_level: FATAL
|
||||
packet_dump_log_level: 10
|
||||
|
||||
#######################################
|
||||
|
||||
BIN
roles/kni/files/kni-20.11.01.308813f-2.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/kni-20.11.01.308813f-2.el7.x86_64.rpm
Normal file
Binary file not shown.
@@ -7,7 +7,7 @@
|
||||
- name: "install kni rpms from localhost"
|
||||
yum:
|
||||
name:
|
||||
- /tmp/ansible_deploy/kni-20.10.20201024.a43de2a-2.el7.x86_64.rpm
|
||||
- /tmp/ansible_deploy/kni-20.11.01.308813f-2.el7.x86_64.rpm
|
||||
state: present
|
||||
# skip_broken: yes
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
- name: "copy packet_dump rpm to destination server"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/packet_dump-1.0.7.0c9be9e-2.el7.x86_64.rpm"
|
||||
src: "{{ role_path }}/files/packet_dump-1.0.8.2e723ab-2.el7.x86_64.rpm"
|
||||
dest: /tmp/ansible_deploy/
|
||||
|
||||
- name: "copy packet_dump.service to destination server"
|
||||
@@ -12,7 +12,7 @@
|
||||
- name: "install packet_dump rpm from localhost"
|
||||
yum:
|
||||
name:
|
||||
- /tmp/ansible_deploy/packet_dump-1.0.7.0c9be9e-2.el7.x86_64.rpm
|
||||
- /tmp/ansible_deploy/packet_dump-1.0.8.2e723ab-2.el7.x86_64.rpm
|
||||
state: present
|
||||
|
||||
- name: "Template the packet_dump.conf"
|
||||
|
||||
Reference in New Issue
Block a user