markdown 如何安装Ansible到Windows
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何安装Ansible到Windows相关的知识,希望对你有一定的参考价值。
# Requirements
- Cygwin
- gcc-core
- openssh
- python
- python-setuptools
# Install pip and Ansible
```
easy_install pip
pip install ansible
```
# Troubleshooting
## ssh error
If you encounter ssh error, put ansible.cfg to your script root.
ansible.cfg
```
[defaults]
inventory = ./hosts
[ssh_connection]
ssh_args = -o ControllMaster=no
```
以上是关于markdown 如何安装Ansible到Windows的主要内容,如果未能解决你的问题,请参考以下文章
markdown 使用ansible示例进行ping操作
markdown ansible模板的基本用法
markdown ansible.cfgを探す顺番
markdown Ansible变量优先级(顺序,层次结构)
markdown 在Ansible中使用Ad-hoc库存
如何使用ansible在CentOS 6.5上安装nginx