系统粉 > 电脑问答 > 其他问答

已解决ansible管理windows server怎么部署?

提问者:扣扣薇c  |  浏览次  |  提问时间:2017-04-05  |  回答数量:1

ansible管理windows server怎么部署?ansible管理windowsserver2008R2不知道怎么配置inventory,还有被管理的win server上我把winrm允许远程连接,还有powershell允许远程连接,还有更新powershell3.0都弄好了,但就是管理不上。官方文档写的很不好,网上根本找不到相关信息

已有1条答案
offiaglly

offiaglly

回答数:98  |  被采纳数:58

osts文件格式,类似于[windows]your_host ansible_user=yourusername ansible_password=yourpass ansible_port=5986 ansible_connection=winrm ansible_winrm_server_cert_validation=ignore开启winrm服务,用官方文档上提供的powershell脚本开启比较好
2017-04-05 16:57:06
赞 9
相关问答
最新其他问答
解决方法