Browse Source

Initialize facts for all hosts.

Andrew Butcher 9 years ago
parent
commit
36f9bbceca

+ 2 - 0
playbooks/common/openshift-cluster/config.yml

@@ -1,6 +1,8 @@
 ---
 - include: evaluate_groups.yml
 
+- include: initialize_facts.yml
+
 - include: validate_hostnames.yml
 
 - name: Set oo_options

+ 7 - 0
playbooks/common/openshift-cluster/initialize_facts.yml

@@ -0,0 +1,7 @@
+---
+- name: Initialize host facts
+  hosts: OSEv3
+  roles:
+  - openshift_facts
+  tasks:
+  - openshift_facts: