利用Ansible部署kubernetes运行环境
一.安装ansible[rootharbor ~]# vim /etc/yum.repos.d/epel.repo
[epel]
name epel
baseurl https://mirrors.aliyun.com/epel/9/Everything/x86_64/
gpgcheck 0[rootharbor ~]# dnf install ansible-core.x86_64 ansible.noarch -y二.配置所需用户[rootharbor ~]# useradd …
2026/8/24 4:26:44