mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
CI: molecule fixes
- use become: true when running bootstrap-os in molecule - match host name in bastion-ssh-config to not confuse the provisionner
This commit is contained in:
parent
71ae3c78e2
commit
0efb415ec6
@ -3,7 +3,7 @@ role_name_check: 1
|
||||
dependency:
|
||||
name: galaxy
|
||||
platforms:
|
||||
- name: ubuntu20
|
||||
- name: bastion-01
|
||||
cloud_image: ubuntu-2004
|
||||
vm_cpu_cores: 1
|
||||
vm_memory: 512
|
||||
|
||||
@ -2,5 +2,6 @@
|
||||
- name: Converge
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
become: true
|
||||
roles:
|
||||
- role: bootstrap-os
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user