Browse Source

add bastion role to scale (#1882)

pull/1937/head
Aivars Sterns 7 years ago
committed by Matthew Mosesohn
parent
commit
8b2bec700a
1 changed files with 5 additions and 0 deletions
  1. 5
      scale.yml

5
scale.yml

@ -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

Loading…
Cancel
Save