add bastion role to scale (#1882)

This commit is contained in:
Aivars Sterns
2017-11-06 15:51:36 +02:00
committed by Matthew Mosesohn
parent 125267544e
commit 8b2bec700a

View File

@ -1,4 +1,9 @@
---
- hosts: localhost
gather_facts: False
roles:
- { role: kubespray-defaults}
- { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
##Bootstrap any new workers
- hosts: kube-node