蔬菜小程序的开发全流程详解
661
2022-10-10
ansible模块--shell模块
在远程主机上执行复杂的命令,比较好用得模块ansible 主机清单 -m 模块名 -a ‘执行命令’
[root@ansible ansible]# ansible -i hosts mysql -m shell -a 'cat /etc/passwd | grep -i root'192.168.56.88 | CHANGED | rc=0 >>root:x:0:0:root:/root:/bin/bashoperator:x:11:0:operator:/root:/sbin/nologin[root@ansible ansible]# ansible -i hosts mysql -m shell -a 'mkdir /home/hbhe && cd /home/hbhe && pwd'[WARNING]: Consider using the file module with state=directory rather thanrunning 'mkdir'. If you need to use command because file is insufficient youcan add 'warn: false' to this command task or set 'command_warnings=False' inansible.cfg to get rid of this message.192.168.56.88 | CHANGED | rc=0 >>/home/hbhe
ansible
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~