ansible之copy模块测试

模块简单介绍:
各模块位置(default=/usr/share/ansible)
各模块使用说明可以用“ansible-doc 【模块名称】”的方式查询,也可以使用-s蚕食来指定模块查询使用说明。
ansible-doc -s copy

例:把主控端/root 目录下的test.sh 文件拷贝到到指定节点上
测试文件test.sh

[root@master ~]# vim test.sh
#!/bin/sh
Time=`date +"%m-%d %H:%M"`
echo "$Time script testing success!"

ansible all -m copy -a "src=/root/test.sh dest=/tmp/"
[root@master ~]# ansible all -m copy -a "src=/root/test.sh dest=/tmp/"

paramiko: The authenticity of host '127.0.0.1' can't be established.
The ssh-rsa key fingerprint is 3d906ef1d450e4cc7031aef5e8c296f6.
Are you sure you want to continue connecting (yes/no)?
10.0.0.20 | SUCCESS => {
    "changed": true, 
    "checksum": "15bea568f36e8f8cbdce4f528232f34056673f2c", 
    "dest": "/tmp/test.sh", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "925ddc87eb89ecd133ddbb8028a762bf", 
    "mode": "0644", 
    "owner": "root", 
    "size": 76, 
    "src": "/root/.ansible/tmp/ansible-tmp-1469844893.62-139787019066912/source", 
    "state": "file", 
    "uid": 0
}
10.0.0.21 | SUCCESS => {
    "changed": true, 
    "checksum": "15bea568f36e8f8cbdce4f528232f34056673f2c", 
    "dest": "/tmp/test.sh", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "925ddc87eb89ecd133ddbb8028a762bf", 
    "mode": "0644", 
    "owner": "root", 
    "size": 76, 
    "src": "/root/.ansible/tmp/ansible-tmp-1469844894.04-150966934090967/source", 
    "state": "file", 
    "uid": 0
}

如果执行过程中出现错误;解决方法:
错误:

10.0.0.20 | FAILED! => {
"changed": false,
"checksum": "28adc51d1e42f06598325651d1fece8efd6eb907",
"failed": true,
"msg": "Aborting, target uses selinux but python bindings (libselinux-python) aren't
installed!"
}

解决:关闭防火墙和selinux

转载于:https://blog.51cto.com/wujianwei/2082890

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值