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:
parent
7fb5fbac37
commit
f6d280452f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue