Skip to content
Snippets Groups Projects
Commit f69b5f7f authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

Upgrade to Ansible 2.7.8 (#4535)

parent 37eac010
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ plugins can be deployed for a given single cluster. ...@@ -139,7 +139,7 @@ plugins can be deployed for a given single cluster.
Requirements Requirements
------------ ------------
- **Ansible v2.7.6 (or newer) and python-netaddr is installed on the machine - **Ansible v2.7.8 (or newer) and python-netaddr is installed on the machine
that will run Ansible commands** that will run Ansible commands**
- **Jinja 2.9 (or newer) is required to run the Ansible Playbooks** - **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 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))
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
gather_facts: false gather_facts: false
become: no become: no
tasks: tasks:
- name: "Check ansible version >=2.7.6" - name: "Check ansible version >=2.7.8"
assert: assert:
msg: "Ansible must be v2.7.6 or higher" msg: "Ansible must be v2.7.8 or higher"
that: that:
- ansible_version.string is version("2.7.6", ">=") - ansible_version.string is version("2.7.8", ">=")
tags: tags:
- check - check
vars: vars:
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
- hosts: localhost - hosts: localhost
become: no become: no
tasks: tasks:
- name: "Check ansible version >=2.7.6" - name: "Check ansible version >=2.7.8"
assert: assert:
msg: "Ansible must be v2.7.6 or higher" msg: "Ansible must be v2.7.8 or higher"
that: that:
- ansible_version.string is version("2.7.6", ">=") - ansible_version.string is version("2.7.8", ">=")
tags: tags:
- check - check
vars: vars:
......
ansible>=2.7.6 ansible>=2.7.8
jinja2>=2.9.6 jinja2>=2.9.6
netaddr netaddr
pbr>=1.6 pbr>=1.6
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
- hosts: localhost - hosts: localhost
become: no become: no
tasks: tasks:
- name: "Check ansible version >=2.7.6" - name: "Check ansible version >=2.7.8"
assert: assert:
msg: "Ansible must be v2.7.6 or higher" msg: "Ansible must be v2.7.8 or higher"
that: that:
- ansible_version.string is version("2.7.6", ">=") - ansible_version.string is version("2.7.8", ">=")
tags: tags:
- check - check
vars: vars:
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
gather_facts: False gather_facts: False
become: no become: no
tasks: tasks:
- name: "Check ansible version >=2.7.6" - name: "Check ansible version >=2.7.8"
assert: assert:
msg: "Ansible must be v2.7.6 or higher" msg: "Ansible must be v2.7.8 or higher"
that: that:
- ansible_version.string is version("2.7.6", ">=") - ansible_version.string is version("2.7.8", ">=")
tags: tags:
- check - check
vars: vars:
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
gather_facts: false gather_facts: false
become: no become: no
tasks: tasks:
- name: "Check ansible version >=2.7.6" - name: "Check ansible version >=2.7.8"
assert: assert:
msg: "Ansible must be v2.7.6 or higher" msg: "Ansible must be v2.7.8 or higher"
that: that:
- ansible_version.string is version("2.7.6", ">=") - ansible_version.string is version("2.7.8", ">=")
tags: tags:
- check - check
vars: vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment