mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
20 lines
372 B
YAML
20 lines
372 B
YAML
---
|
|
role_name_check: 1
|
|
dependency:
|
|
name: galaxy
|
|
platforms:
|
|
- name: ubuntu20
|
|
cloud_image: ubuntu-2004
|
|
vm_cpu_cores: 1
|
|
vm_memory: 512
|
|
provisioner:
|
|
name: ansible
|
|
config_options:
|
|
defaults:
|
|
callbacks_enabled: profile_tasks
|
|
timeout: 120
|
|
playbooks:
|
|
create: ../../../../tests/cloud_playbooks/create-packet.yml
|
|
verifier:
|
|
name: testinfra
|