简体   繁体   English

Ansible塔和Ansible版本

[英]Ansible Tower and Ansible Version

I have Ansible Tower Version of 2.4.5 and ansible version 2.1.1. 我有2.4.5的Ansible Tower版本和2.1.1的ansible版本。

I wanted to Update Tower Version to 3.0.0 as Official Documentation says 我想将Tower版本更新为3.0.0,如官方文档所述

Does anyone know if Updating Tower Version will require Ansible Version update too? 有谁知道更新塔版本是否也需要更新Ansible版本?

In you question you link to the latest version documentation, as per today you must upgrade the version of Ansible to 2.2 (at minimum) required to run Ansible Tower versions 3.2 and later . 在您遇到的问题中,您链接到最新版本的文档,按照今天的规定,您必须将Ansible的版本升级到运行Ansible Tower 3.2及更高版本所需的2.2(至少)

In you case, you want to upgrade to the version 3.0.0 : 在这种情况下,您想升级到版本3.0.0

You may refer to the Ansible Tower 3.0 Documentation . 您可以参考Ansible Tower 3.0文档

In the Requirements documentation for version 3.0.0 it says: 版本3.0.0需求文档中,它说:

While Ansible Tower depends on Ansible Playbooks and requires the installation of the latest stable version of Ansible before installing Tower, manual installations of Ansible are no longer required. 尽管Ansible Tower依赖于Ansible Playbook,并且需要在安装Tower之前安装最新稳定版本的Ansible,但不再需要手动安装Ansible。

Beginning with Ansible Tower version 2.3, the Tower installation program attempts to install Ansible as part of the installation process. 从Ansible Tower 2.3版开始,Tower安装程序将尝试在安装过程中安装Ansible。 Previously, Tower required manual installations of the Ansible software release package before running the Tower installation program. 以前,Tower需要在运行Tower安装程序之前手动安装Ansible软件包。 Now, Tower attempts to install the latest stable Ansible release package. 现在,Tower尝试安装最新的稳定的Ansible发行包。

If performing a bundled tower installation, the installation program attempts to install Ansible (and its dependencies) from the bundle for you (refer to Using the Bundled Tower Installation Program for more information). 如果执行捆绑式塔式安装,安装程序将尝试从捆绑包中安装Ansible(及其依赖项)(有关更多信息,请参阅使用捆绑式塔式安装程序)。

If you choose to install Ansible on your own, the Tower installation program will detect that Ansible has been installed and will not attempt to reinstall it. 如果您选择自己安装Ansible,Tower安装程序将检测到已安装Ansible,并且不会尝试重新安装它。 Note that you must install Ansible using a package manager like yum and that the latest stable version must be installed for Ansible Tower to work properly. 请注意,必须使用软件包管理器(如yum)安装Ansible,并且必须安装最新的稳定版本才能使Ansible Tower正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM