我需要从远程主机复制文件'/etc/resolv.cof'并将其复制到多个远程主机上.
my hosts: Ansible ubuntu1-4
我想将文件从ubuntu1复制到ubuntu2,ubuntu3和ubuntu4我尝试同步模块但我不能/不能在ubuntu1-4上使用rsync作为恶魔
有没有比在Ansible和Ansible上复制到ubuntu2-4更好的方法?
ansible
ansible ×1