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
使用yum安装
yum install epel-release -y
yum install ansible –y
使用pip(python的包管理模块)安装
pip install ansible
yum可直接安装:
yum install python-pip
pip install ansible