Skip to content
Snippets Groups Projects
Commit f6d28045 authored by Dmitry Chepurovskiy's avatar Dmitry Chepurovskiy Committed by Kubernetes Prow Robot
Browse files

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

* Added support of bastion host for reset.yaml

* Empty commit to triger CI
parent 7fb5fbac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment