在windows 上运行ansible
在windows 上运行ansibleCygwin是一个在windows平台上运行的类UNIX模拟环境。利用Cygwin 可以在window上运行ansible。安装Cygwin 可参考:https://cygwin.readthedocs.io/en/latest/install/安装运行ansible 需要的包如图修改 ansible.cfg 的两处配置(host_key_checking 和 ssh_args)host_key_checking= Falsessh_args =




