ansible 是什么?

安装 ansible

建议安装 python3 后再安装 ansible

pip install ansible

通常情况下,你还需要安装 requests 这个库

pip install requests