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

ansible 使用例子

时间:2018-06-20 13:04:56      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:serve   ansible   path   hosts   pattern   contains   ebs   etc   用例   

寻找/etc/ 名为"hosts" 递归查找

ansible webserver -m find -a ‘ path=/etc/ file_type=any recurse=yes  pattern="hosts"‘

/etc/下包含xiaowei的文件

ansible webserver -m find -a ‘ path=/etc/ contains=‘.*xiaowei.*‘ recurse=yes ‘

ansible 使用例子

标签:serve   ansible   path   hosts   pattern   contains   ebs   etc   用例   

原文地址:https://www.cnblogs.com/hixiaowei/p/9203053.html

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