ansible

install

1
2
3
4
5
# config pip source ( pip version > 10.0.0)
python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple

# install
python3 -m pip install ansible # or with '--user' which just install on current user