c12s-kubespray/roles/container-engine/cri-o/molecule/default/molecule.yml

44 lines
756 B
YAML
Raw Normal View History

2020-04-22 13:09:52 +00:00
---
driver:
name: vagrant
provider:
name: libvirt
lint: |
set -e
yamllint -c ../../../.yamllint .
2020-04-22 13:09:52 +00:00
platforms:
2020-05-28 07:42:15 +00:00
- name: ubuntu1804
box: generic/ubuntu1804
cpus: 2
memory: 1024
groups:
- kube_control_plane
- name: almalinux8
box: almalinux/8
cpus: 2
memory: 1024
groups:
- kube_control_plane
2020-04-28 12:28:06 +00:00
- name: fedora
box: fedora/35-cloud-base
cpus: 2
memory: 1024
groups:
- kube_control_plane
2020-04-22 13:09:52 +00:00
provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../
config_options:
defaults:
callback_whitelist: profile_tasks
timeout: 120
2020-04-22 13:09:52 +00:00
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
verifier:
name: testinfra
lint:
name: flake8