kubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergce
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
508 B
27 lines
508 B
---
|
|
role_name_check: 1
|
|
dependency:
|
|
name: galaxy
|
|
platforms:
|
|
- name: bastion-01
|
|
cloud_image: ubuntu-2204
|
|
vm_cpu_cores: 1
|
|
vm_memory: 512
|
|
provisioner:
|
|
name: ansible
|
|
config_options:
|
|
defaults:
|
|
callbacks_enabled: profile_tasks
|
|
timeout: 120
|
|
inventory:
|
|
hosts:
|
|
all:
|
|
hosts:
|
|
children:
|
|
bastion:
|
|
hosts:
|
|
bastion-01:
|
|
playbooks:
|
|
create: ../../../../tests/cloud_playbooks/create-kubevirt.yml
|
|
verifier:
|
|
name: testinfra
|