Merge pull request #1140 from VincentS/jinja28

Added Jinja 2.8 to Docs
This commit is contained in:
Bogdan Dobrelya 2017-03-15 13:18:53 +01:00 committed by GitHub
commit e61310bc89
2 changed files with 2 additions and 0 deletions

View file

@ -69,6 +69,7 @@ Requirements
* **Ansible v2.2 (or newer) and python-netaddr is installed on the machine
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 are configured to allow **IPv4 forwarding**.
* **Your ssh key must be copied** to all the servers part of your inventory.

View file

@ -1,2 +1,3 @@
ansible>=2.2.1
netaddr
jinja>=2.8