From f6d280452f5409537c1a3ad63fd03bacb7befbc4 Mon Sep 17 00:00:00 2001
From: Dmitry Chepurovskiy <me@dm3ch.net>
Date: Tue, 26 Mar 2019 12:59:16 +0300
Subject: [PATCH] Added support of bastion host for reset.yaml (#4359)

* Added support of bastion host for reset.yaml

* Empty commit to triger CI
---
 reset.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/reset.yml b/reset.yml
index 9cec8761b..4cac93997 100644
--- a/reset.yml
+++ b/reset.yml
@@ -13,6 +13,12 @@
   vars:
     ansible_connection: local
 
+- hosts: bastion[0]
+  gather_facts: False
+  roles:
+    - { role: kubespray-defaults}
+    - { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
+
 - hosts: all
   gather_facts: true
 
-- 
GitLab