From 8b2bec700a16bea86e1cf68ba20d3ae758d46601 Mon Sep 17 00:00:00 2001
From: Aivars Sterns <Atoms@users.noreply.github.com>
Date: Mon, 6 Nov 2017 15:51:36 +0200
Subject: [PATCH] add bastion role to scale (#1882)

---
 scale.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scale.yml b/scale.yml
index 0bd7e7d23..05f9641d1 100644
--- a/scale.yml
+++ b/scale.yml
@@ -1,4 +1,9 @@
 ---
+- hosts: localhost
+  gather_facts: False
+  roles:
+    - { role: kubespray-defaults}
+    - { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
 
 ##Bootstrap any new workers
 - hosts: kube-node
-- 
GitLab