Added support of bastion host for reset.yaml (#4359)

* Added support of bastion host for reset.yaml

* Empty commit to triger CI
This commit is contained in:
Dmitry Chepurovskiy 2019-03-26 12:59:16 +03:00 committed by Kubernetes Prow Robot
parent 7fb5fbac37
commit f6d280452f

View file

@ -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