mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
This is more accurate, the name 'packet' being an aterfact of history (the Kubevirt jobs used to run on Packet, the previous name of Equinix)
28 lines
508 B
YAML
28 lines
508 B
YAML
---
|
|
role_name_check: 1
|
|
dependency:
|
|
name: galaxy
|
|
platforms:
|
|
- name: bastion-01
|
|
cloud_image: ubuntu-2004
|
|
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
|