配置自动化工具ansible学习笔记
1
yum -y install epel-release
yum -y install ansible
安装时出现这个问题时,直接删除/var/run/yum.pid这个文件(相当于结束进程)
ssh-copy-id 192.168.1.63
官方文档中可以查看所有模块的帮助文档:https://docs.ansible.com/ansible/latest/collections/index_module.html
1
yum -y install epel-release
yum -y install ansible
安装时出现这个问题时,直接删除/var/run/yum.pid这个文件(相当于结束进程)
ssh-copy-id 192.168.1.63
官方文档中可以查看所有模块的帮助文档:https://docs.ansible.com/ansible/latest/collections/index_module.html