Ansible 知识点
Ansible 2.5 and above work with Python 3.
https://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html
ansible-core Version、Control node Python、Managed node Python 之间的版本对应关系:
The table below lists the current and historical versions of Python required on control and managed nodes.
ansible 和 ansible-core 的关系:
Ansible’s community packages are distributed in two ways: a minimalist language and runtime package called ansible-core, and a much larger “batteries included” package called ansible, which adds a community-curated selection of Ansible Collections for automating a wide variety of devices.
ansilble 和 ansible-core 的版本对应关系(参考:https://docs.ansible.com/ansible/latest/roadmap/ansible_roadmap_index.html 、https://docs.ansible.com/ansible/latest/roadmap/ansible_core_roadmap_index.html ):
ansible Version | ansible-core Version |
---|---|
7.0 | 2.14 |
6.0 | 2.13 |
5.0 | 2.12 |
4.0 | 2.11(改名 ansible-base 为 ansible-core:Rename ansible-base to ansible-core. https://docs.ansible.com/ansible/latest/roadmap/ROADMAP_2_11.html#planned-work ) |
3.0 | ansible-base 2.10 |
2.10 | ansible-base 2.10 |