摘要: 安装:yum install ansible -y 编辑host文件:vim /etc/ansible/hosts 10.17.222.126 ansible_port=22 ansible_user=root ansible_ssh_pass=123456 第一次连接失败: vim /etc/an 阅读全文
posted @ 2020-12-03 17:37 非洲老野驴 阅读(60) 评论(0) 推荐(0)
摘要: 环境:centos7 通外网 备份:mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下载:wget -O /etc/yum.repos.d/CentOS-Base.repo http://mi 阅读全文
posted @ 2020-12-03 15:23 非洲老野驴 阅读(90) 评论(0) 推荐(0)