From 0048dd539a3c70ea86f5cd3964b9fc2ad2f0f53a Mon Sep 17 00:00:00 2001 From: Dmitry Chepurovskiy 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 9cec8761bd9..4cac93997cd 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