[ansible] add support for ansible 5 (ansible-core 2.12) (#8512)

This commit is contained in:
Cristian Calin
2022-03-28 18:49:22 +03:00
committed by GitHub
parent 652f2edbe1
commit 113de8381c
6 changed files with 33 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Requirements
- **Minimum required version of Kubernetes is v1.21**
- **Ansible v2.9.x, Jinja 2.11+ and python-netaddr is installed on the machine that will run Ansible commands, Ansible 2.10.x is experimentally supported for now**
- **Ansible v2.9.x, Jinja 2.11+ and python-netaddr is installed on the machine that will run Ansible commands**
- The target servers must have **access to the Internet** in order to pull docker images. Otherwise, additional configuration is required (See [Offline Environment](docs/offline-environment.md))
- The target servers are configured to allow **IPv4 forwarding**.
- If using IPv6 for pods and services, the target servers are configured to allow **IPv6 forwarding**.