码迷,mamicode.com
首页 > 其他好文 > 详细

ansible commands

时间:2015-03-12 15:19:30      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:ansible

用ansible实现较复杂的shell命令:

1.

ansible -i /tmp/batchtwo all -m shell -a "for i in \`ps aux |grep proc_nodemanager | grep -v grep | awk ‘{print \$2}‘\`; do echo \$i ; done" -k -u root

本文出自 “Linux和网络” 博客,谢绝转载!

ansible commands

标签:ansible

原文地址:http://haohaozhang.blog.51cto.com/9176600/1619687

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!