Ansible 研究
Posted wmxl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ansible 研究相关的知识,希望对你有一定的参考价值。
修改文件权限:
首先需要 vi /etc/ansible/hosts
[Client] 192.168.2.151 ansible_ssh_user=root ansible_ssh_pass=hadoop ansible_su_pass=hadoop
然后如果没有sshpass,先安装sshpass,装好之后
ansible Client -S -R root -m file -a "dest=/home/hadoop/test.sh mode=777 owner=root group=root"
以上是关于Ansible 研究的主要内容,如果未能解决你的问题,请参考以下文章