mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
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:
committed by
Kubernetes Prow Robot
parent
7fb5fbac37
commit
f6d280452f
@@ -13,6 +13,12 @@
|
|||||||
vars:
|
vars:
|
||||||
ansible_connection: local
|
ansible_connection: local
|
||||||
|
|
||||||
|
- hosts: bastion[0]
|
||||||
|
gather_facts: False
|
||||||
|
roles:
|
||||||
|
- { role: kubespray-defaults}
|
||||||
|
- { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user