|
@@ -16,8 +16,8 @@
|
|
# NOTE: We set this even on etcd hosts as they may also later run as masters,
|
|
# NOTE: We set this even on etcd hosts as they may also later run as masters,
|
|
# and we don't want to install wrong version of docker and have to downgrade
|
|
# and we don't want to install wrong version of docker and have to downgrade
|
|
# later.
|
|
# later.
|
|
-- name: Set openshift_version for all hosts
|
|
|
|
- hosts: oo_all_hosts:!oo_first_master
|
|
|
|
|
|
+- name: Set openshift_version for etcd, node, and master hosts
|
|
|
|
+ hosts: oo_etcd_to_config:oo_nodes_to_config:oo_masters_to_config:!oo_first_master
|
|
vars:
|
|
vars:
|
|
openshift_version: "{{ hostvars[groups.oo_first_master.0].openshift_version }}"
|
|
openshift_version: "{{ hostvars[groups.oo_first_master.0].openshift_version }}"
|
|
pre_tasks:
|
|
pre_tasks:
|