标签:使用 应用 复制 remove 远程主机 不执行 code 模块 必须
在远程主机上执行ansible主机上的脚本,且不需要将脚本复制到被执行的远程主机上
]# ansible all -m script -a ‘chdir=/opt /opt/test.sh‘
]# ansible all -m script -a ‘creates=/opt/a.file /opt/test.sh‘
]# ansible all -m script -a ‘removes=/opt/a.file /opt/test.sh‘
标签:使用 应用 复制 remove 远程主机 不执行 code 模块 必须
原文地址:https://www.cnblogs.com/wanwz/p/12929966.html