add bastion role to scale (#1882)
This commit is contained in:
parent
125267544e
commit
8b2bec700a
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
gather_facts: False
|
||||||
|
roles:
|
||||||
|
- { role: kubespray-defaults}
|
||||||
|
- { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
|
||||||
|
|
||||||
##Bootstrap any new workers
|
##Bootstrap any new workers
|
||||||
- hosts: kube-node
|
- hosts: kube-node
|
||||||
|
|
Loading…
Reference in a new issue