|
@@ -26,9 +26,6 @@
|
|
|
- name: Gather facts for the new nodes
|
|
|
setup:
|
|
|
|
|
|
-- import_playbook: ../../init/basic_facts.yml
|
|
|
-- import_playbook: ../../init/cluster_facts.yml
|
|
|
-
|
|
|
|
|
|
# TODO(shadower): consider splitting this up so people can stop here
|
|
|
# and configure their DNS if they have to.
|
|
@@ -43,7 +40,10 @@
|
|
|
- openshift_openstack_external_nsupdate_keys is defined
|
|
|
- openshift_openstack_external_nsupdate_keys.private is defined or openshift_openstack_external_nsupdate_keys.public is defined
|
|
|
|
|
|
-- name: Prepare the Nodes in the cluster for installation
|
|
|
+
|
|
|
+- import_playbook: ../../init/basic_facts.yml
|
|
|
+
|
|
|
+- name: Optionally subscribe the RHEL nodes
|
|
|
hosts: oo_all_hosts
|
|
|
become: yes
|
|
|
gather_facts: yes
|
|
@@ -63,6 +63,12 @@
|
|
|
- ansible_distribution == "RedHat"
|
|
|
- rh_subscribed is defined
|
|
|
|
|
|
+
|
|
|
+- name: Prepare the Nodes in the cluster for installation
|
|
|
+ hosts: oo_all_hosts
|
|
|
+ become: yes
|
|
|
+ gather_facts: yes
|
|
|
+ tasks:
|
|
|
- name: Install dependencies
|
|
|
import_role:
|
|
|
name: openshift_openstack
|