diff --git a/reset.yml b/reset.yml
index 9cec8761bd91b550cdedfa421ffa32a0f159c3a3..4cac93997cd354456dd31492822d240a849713c6 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