diff --git a/cluster.yml b/cluster.yml
index f87c39579442daae610d064094422dd60f8462d0..8622670985825415d15aa03790c94d9321460d92 100644
--- a/cluster.yml
+++ b/cluster.yml
@@ -1,4 +1,7 @@
 ---
+- hosts: all
+  gather_facts: true
+
 - hosts: etcd
   roles:
     - { role: kubernetes/preinstall, tags: preinstall }