首页 > 其他 > 详细

ansible提权操作

时间:2019-08-31 14:58:53      阅读:289      评论:0      收藏:0      [点我收藏+]

1.先创建远程HOST的ip文件

例如:cat  <<EOF>/home/test/ip.txt

>10.1.1.1

>10.1.1.2

>10.1.1.3

>EOF

2.远程操作:

ansible -i /home/test/ip.txt  all   -m  shell -a "df -lh"  -b --become-method=su -K

 

ansible提权操作

原文:https://www.cnblogs.com/lalalaxixixi/p/11438598.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!