TSG-10960 K3S容器中安装io_uring和常用调试工具

This commit is contained in:
luwenpeng
2022-07-04 10:10:52 +08:00
parent 45a4e4df23
commit 3a37131ce0

View File

@@ -74,3 +74,27 @@
name: ipmitool
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install liburing"
yum:
name: liburing
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install vim"
yum:
name: vim
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install lrzsz"
yum:
name: lrzsz
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install perf"
yum:
name: perf
conf_file: "{{ rpm_repo_config_path }}"
state: present