ansible 安装

使用yum安装

yum install epel-release -y

yum install ansible –y

使用pip(python的包管理模块)安装

pip install ansible

如果没pip,需先安装pip.

yum可直接安装:

yum install python-pip

pip install ansible

posted @ 2020-11-17 17:58  WangXiaopang  阅读(56)  评论(0编辑  收藏  举报