我在哪里可以找到 ara-wsgi 以在 Ubuntu 上使用 Apache+mod_wsgi 安装 ARA for Ansible?
Where can I find ara-wsgi to install ARA for Ansible on Ubuntu with Apache+mod_wsgi?
我正在尝试在 Ubuntu 16.04 上安装 ARA (https://github.com/openstack/ara) 以监控我的 Ansible 剧本执行
我会仔细阅读文档 (http://ara.readthedocs.io/en/latest/index.html) and when I configure Apache2 for ARA, the documentation asks to copy a WSGI script, ara-wsgi, to /var/www/ara/ (http://ara.readthedocs.io/en/latest/webserver.html#id2)。
但是我在任何地方都找不到这个 ara-wsgi 文件。它应该与 ARA 一起安装(当我 pip install ara 时),但我不知道它在哪里。
你能帮帮我吗?
我 运行 在 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 可用。
我正在尝试在 Ubuntu 16.04 上安装 ARA (https://github.com/openstack/ara) 以监控我的 Ansible 剧本执行
我会仔细阅读文档 (http://ara.readthedocs.io/en/latest/index.html) and when I configure Apache2 for ARA, the documentation asks to copy a WSGI script, ara-wsgi, to /var/www/ara/ (http://ara.readthedocs.io/en/latest/webserver.html#id2)。
但是我在任何地方都找不到这个 ara-wsgi 文件。它应该与 ARA 一起安装(当我 pip install ara 时),但我不知道它在哪里。
你能帮帮我吗?
我 运行 在 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 可用。