【问题标题】:Where can I find ara-wsgi to install ARA for Ansible on Ubuntu with Apache+mod_wsgi?我在哪里可以找到 ara-wsgi 以在 Ubuntu 上使用 Apache+mod_wsgi 安装 ARA for Ansible?
【发布时间】:2017-07-14 06:34:38
【问题描述】:

我正在尝试在 Ubuntu 16.04 上安装 ARA (https://github.com/openstack/ara) 以监控我的 Ansible playbook 执行情况

我仔细阅读了文档 (http://ara.readthedocs.io/en/latest/index.html),当我为 ARA 配置 Apache2 时,文档要求将 WSGI 脚本 ara-wsgi 复制到 /var/www/ara/ (http://ara.readthedocs.io/en/latest/webserver.html#id2)。

但是我在任何地方都找不到这个 ara-wsgi 文件。它应该与 ARA 一起安装(当我制作 pip install ara 时)但我不知道它在哪里。

你能帮帮我吗?

【问题讨论】:

    标签: ubuntu apache2 ansible wsgi


    【解决方案1】:

    我在 Fedora 25 和 Centos 7 上遇到了同样的问题。 对我有用的解决方案是直接从他们的 Git 存储库安装 ARA:

    pip install git+https://git.openstack.org/openstack/ara
    

    这里提到它是一个安装选项:https://ara.readthedocs.io/en/latest/installation.html#installing-ara-from-trunk-source

    编辑: 2017 年 3 月 7 日,我执行了“pip install ara”,发现 0.12.1 版本已经发布。在这个版本中,我有 /usr/bin/ara-wsgi 可用。

    【讨论】:

    • 谢谢。下周一我会试试的。我会及时通知你。
    猜你喜欢
    • 2018-08-20
    • 2010-12-12
    • 2021-12-09
    • 2013-11-14
    • 1970-01-01
    • 2011-07-15
    • 1970-01-01
    • 1970-01-01
    • 2010-12-13
    相关资源
    最近更新 更多