mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Added Jinja 2.8 to Docs
Added Jinja 2.8 Requirements to docs and pip requirements file which is needed to run the current Ansible Playbooks.
This commit is contained in:
@@ -69,6 +69,7 @@ Requirements
|
|||||||
|
|
||||||
* **Ansible v2.2 (or newer) and python-netaddr is installed on the machine
|
* **Ansible v2.2 (or newer) and python-netaddr is installed on the machine
|
||||||
that will run Ansible commands**
|
that will run Ansible commands**
|
||||||
|
* **Jinja 2.8 (or newer) is required to run the Ansible Playbooks**
|
||||||
* The target servers must have **access to the Internet** in order to pull docker images.
|
* The target servers must have **access to the Internet** in order to pull docker images.
|
||||||
* The target servers are configured to allow **IPv4 forwarding**.
|
* The target servers are configured to allow **IPv4 forwarding**.
|
||||||
* **Your ssh key must be copied** to all the servers part of your inventory.
|
* **Your ssh key must be copied** to all the servers part of your inventory.
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
ansible>=2.2.1
|
ansible>=2.2.1
|
||||||
netaddr
|
netaddr
|
||||||
|
jinja>=2.8
|
||||||
|
|||||||
Reference in New Issue
Block a user