[BUILD] Add tests for docker downloader script
[oom/offline-installer.git] / ansible / rke.yml
index 13e7bb5..9cf79b8 100644 (file)
@@ -2,6 +2,13 @@
 - name: Gather facts for all hosts
   hosts: all
 
+- name: Configure etcd (RKE)
+  hosts: kubernetes-etcd
+  roles:
+    - role: rke
+      vars:
+        mode: etcd
+
 - name: Configure kubernetes cluster (RKE)
   hosts: infrastructure
   roles:
@@ -23,4 +30,8 @@
       vars:
         mode: deploy
     - kubectl
+    - role: bash-completion
+      completion_bin: kubectl
     - helm
+    - role: bash-completion
+      completion_bin: helm