diff --git a/prepare.yml b/prepare.yml index 0150877..b65cb29 100644 --- a/prepare.yml +++ b/prepare.yml @@ -1,13 +1,13 @@ --- -# See https://docs.openshift.com/container-platform/3.9/install_config/install/host_preparation.html +# See https://docs.openshift.com/container-platform/3.11/install/host_preparation.html -- name: Prepare hosts for an OpenShift 3.9 installation +- name: Prepare hosts for an OpenShift 3.11 installation hosts: OSEv3 become: yes vars: - ocp_version: 3.9 - docker_version: 1.13.1 + ocp_version: '3.11' + docker_version: '1.13.1' tasks: - name: Set net.ipv4.ip_forward = 1 @@ -305,8 +305,7 @@ - rhel-7-server-rpms - rhel-7-server-extras-rpms - rhel-7-server-ose-{{ ocp_version }}-rpms - - rhel-7-fast-datapath-rpms # see https://access.redhat.com/solutions/3008401 - - rhel-7-server-ansible-2.4-rpms + - rhel-7-server-ansible-2.6-rpms tags: rpm - name: Install Docker