mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
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:
@@ -3,7 +3,7 @@ role_name_check: 1
|
|||||||
dependency:
|
dependency:
|
||||||
name: galaxy
|
name: galaxy
|
||||||
platforms:
|
platforms:
|
||||||
- name: ubuntu20
|
- name: bastion-01
|
||||||
cloud_image: ubuntu-2004
|
cloud_image: ubuntu-2004
|
||||||
vm_cpu_cores: 1
|
vm_cpu_cores: 1
|
||||||
vm_memory: 512
|
vm_memory: 512
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- role: bootstrap-os
|
- role: bootstrap-os
|
||||||
|
|||||||
Reference in New Issue
Block a user