Skip to content

Commit

Permalink
Update to Ansible v2.7.16 (#5850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored Mar 30, 2020
1 parent 941aaf9 commit 51d9e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Note: The list of validated [docker versions](https://github.com/kubernetes/kube
## Requirements

- **Minimum required version of Kubernetes is v1.15**
- **Ansible v2.7.8 and python-netaddr is installed on the machine that will run Ansible commands**
- **Ansible v2.7.16 and python-netaddr is installed on the machine that will run Ansible commands**
- **Jinja 2.9 (or newer) is required to run the Ansible Playbooks**
- The target servers must have **access to the Internet** in order to pull docker images. Otherwise, additional configuration is required (See [Offline Environment](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/downloads.md#offline-environment))
- The target servers are configured to allow **IPv4 forwarding**.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible==2.7.12
ansible==2.7.16
jinja2==2.10.1
netaddr==0.7.19
pbr==5.2.0
Expand Down

0 comments on commit 51d9e2f

Please sign in to comment.