mirror of https://github.com/ceph/ceph-ansible.git
doc: ansible version dependency for stable-7.0 is changed to 2.15
The ansible version dependency in the stable-7.0 branch has been upgraded to 2.15, and the ansible version dependency in the main branch has also been upgraded to >=2.15,so update the documentation accordingly. Close issue: https://github.com/ceph/ceph-ansible/issues/7594 Signed-off-by: bugwz <xbugwz@gmail.com>pull/7602/head
parent
5ff72a35ef
commit
c3d3c49e59
|
@ -93,9 +93,9 @@ The ``master`` branch should be considered experimental and used with caution.
|
||||||
|
|
||||||
- ``stable-6.0`` Supports Ceph version ``pacific``. This branch requires Ansible version ``2.9``.
|
- ``stable-6.0`` Supports Ceph version ``pacific``. This branch requires Ansible version ``2.9``.
|
||||||
|
|
||||||
- ``stable-7.0`` Supports Ceph version ``quincy``. This branch requires Ansible version ``2.12``.
|
- ``stable-7.0`` Supports Ceph version ``quincy``. This branch requires Ansible version ``2.15``.
|
||||||
|
|
||||||
- ``main`` Supports the main (devel) branch of Ceph. This branch requires Ansible version ``2.12``.
|
- ``main`` Supports the main (devel) branch of Ceph. This branch requires Ansible version ``2.15`` or ``2.16``.
|
||||||
|
|
||||||
.. NOTE:: ``stable-3.0`` and ``stable-3.1`` branches of ceph-ansible are deprecated and no longer maintained.
|
.. NOTE:: ``stable-3.0`` and ``stable-3.1`` branches of ceph-ansible are deprecated and no longer maintained.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue