gpt4 book ai didi

python-2.7 - Ansible Azure 模块

转载 作者:行者123 更新时间:2023-12-05 06:24:25 26 4
gpt4 key购买 nike

我正在尝试在 Red Hat 上使用适用于 Ansible 的 Azure 模块。我现场按照 Ansible 安装的官方文档进行操作。在执行 Ansible playbook 时,我遇到了以下问题。

Failed to import the required Python library (ansible[azure] (azure >= 2.0.0)) on azure-redhat Python /usr/bin/python2.

我删除了 Ansible 和 pip 软件包并重新安装了它们。问题仍然存在。谁能帮我解决一下吗?

  • Ansible 版本 = 2.8.4
  • python2.7
  • 红帽 7。

最佳答案

正如评论所指出的,您可以关注 this document在 Azure Linux 虚拟机上安装 Ansible。

  • 安装 Azure Python SDK 模块所需的包。

    sudo yum 检查更新; sudo yum install -y gcc libffi-devel python-devel openssl-devel epel-release
    sudo yum install -y python-pip python-wheel

  • 安装 Azure Python SDK 模块所需的包。

    sudo pip install ansible[azure]

这对我在 RedHat 7.4 azure VM 上有效。 enter image description here

关于python-2.7 - Ansible Azure 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57691417/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com