|
@@ -55,26 +55,3 @@
|
|
|
- ansible_distribution == "RedHat"
|
|
|
- rhsub_user is defined
|
|
|
- rhsub_pass is defined
|
|
|
-
|
|
|
- - name: Enable required YUM repositories
|
|
|
- import_role:
|
|
|
- name: openshift_repos
|
|
|
- when:
|
|
|
- - 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
|
|
|
- tasks_from: node-packages.yml
|
|
|
-
|
|
|
- - name: Configure Node
|
|
|
- import_role:
|
|
|
- name: openshift_openstack
|
|
|
- tasks_from: node-configuration.yml
|