该文被密码保护。 阅读全文
posted @ 2022-01-09 20:00
coocoo
阅读(0)
评论(0)
推荐(0)
摘要:
ansible 常用模块 1 command 模块 默认模块,不指定 -m 参数时,使用的就是 command 模块; 但 "<", ">", "|", and "&" 操作都不可以,当然,也不支持管道; 缺点:不支持管道,没法批量执行命令; 示例: ansible 192.168.2.20 -m 阅读全文
posted @ 2022-01-09 11:02
coocoo
阅读(222)
评论(0)
推荐(0)