k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
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.
34 lines
535 B
34 lines
535 B
---
|
|
dependency:
|
|
name: galaxy
|
|
lint:
|
|
name: yamllint
|
|
options:
|
|
config-file: ../../.yamllint
|
|
driver:
|
|
name: vagrant
|
|
provider:
|
|
name: libvirt
|
|
platforms:
|
|
- name: ubuntu18
|
|
box: generic/ubuntu1804
|
|
cpus: 1
|
|
memory: 512
|
|
- name: ubuntu20
|
|
box: generic/ubuntu2004
|
|
cpus: 1
|
|
memory: 512
|
|
provisioner:
|
|
name: ansible
|
|
lint:
|
|
name: ansible-lint
|
|
inventory:
|
|
group_vars:
|
|
all:
|
|
user:
|
|
name: foo
|
|
comment: My test comment
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|