1分钟
Windows System Prep
为了 Ansible 能管理你的windows机器,你将必须开启并配置远程机器上PowerShell.
为了能自动化设置 WinRM,你可以在远程机器上执行 this PowerShell script
Admins有可能希望微调配置,例如延长证过期时间.
Note
Windows 7 和 Server 2008 R2 系统因为 Windows Management Framework 3.0的BUG,你必须安装 hotfix http://support.microsoft.com/kb/2842230 来避免内存溢出(OOM)和堆栈异常. 新安装的 Server 2008 R2 系统没有升级到最新版本的均存在这个问题.
Windows 8.1 and Server 2012 R2 不受影响是因为他们自身默认使用的是 Windows Management Framework 4.0.
学员评价