mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
- use become: true when running bootstrap-os in molecule - match host name in bastion-ssh-config to not confuse the provisionner
8 lines
105 B
YAML
8 lines
105 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
gather_facts: false
|
|
become: true
|
|
roles:
|
|
- role: bootstrap-os
|