Skip to content

Commit

Permalink
Added support of bastion host for reset.yaml (kubernetes-sigs#4359)
Browse files Browse the repository at this point in the history
* Added support of bastion host for reset.yaml

* Empty commit to triger CI
  • Loading branch information
dm3ch authored and LuckySB committed Apr 4, 2019
1 parent 9962afb commit 0048dd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0048dd5

Please sign in to comment.