ansible 补全编辑中

ubuntu pip3 install ansible 依赖关系

apt-get install libssl-dev

apt-get install libffi-dev

pip3 install cffi    # python ansible3 依赖包

pip3 install cryptography

centos7

安装python3.7

yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel libffi-devel

yum install ansible

 

原文地址:https://www.cnblogs.com/infaaf/p/9460795.html