2018-09-04 12:17:23 +00:00
|
|
|
---
|
2020-03-30 08:11:53 +00:00
|
|
|
- hosts: bastion[0]
|
|
|
|
gather_facts: False
|
|
|
|
roles:
|
|
|
|
- { role: kubespray-defaults}
|
|
|
|
- { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
|
2018-09-04 12:17:23 +00:00
|
|
|
- hosts: kube-master[0]
|
|
|
|
tags:
|
|
|
|
- "provision"
|
|
|
|
roles:
|
2020-03-30 08:11:53 +00:00
|
|
|
- { role: kubespray-defaults}
|
2018-09-04 12:17:23 +00:00
|
|
|
- { role: provision }
|