随笔分类 -  ansible

摘要:yum install -y ansible 编辑 /etc/ansible/hosts 文件 # This is the default ansible 'hosts' file.## It should live in /etc/ansible/hosts## - Comments begin 阅读全文
posted @ 2021-01-12 15:18 Withfeel 阅读(520) 评论(0) 推荐(0)
摘要:参考连接:https://www.cnblogs.com/xiaoyuxixi/p/11413355.html 适用于所有密码都一样的情况下 应用场景: 在应用ansible的实际情况中,有一个很现实的问题,ansible是需要对主机做ssh免密登陆的,而挨个对主机做免密是非常的繁琐的,挨个敲IP不 阅读全文
posted @ 2021-01-12 15:17 Withfeel 阅读(185) 评论(0) 推荐(0)