2020-04-22 13:09:52 +00:00
|
|
|
---
|
|
|
|
driver:
|
|
|
|
name: vagrant
|
|
|
|
provider:
|
|
|
|
name: libvirt
|
2020-08-04 12:24:19 +00:00
|
|
|
lint: |
|
|
|
|
set -e
|
|
|
|
yamllint -c ../../../.yamllint .
|
2020-04-22 13:09:52 +00:00
|
|
|
platforms:
|
2022-05-03 19:56:33 +00:00
|
|
|
- name: ubuntu2004
|
|
|
|
box: generic/ubuntu2004
|
2020-05-28 07:42:15 +00:00
|
|
|
cpus: 2
|
|
|
|
memory: 1024
|
|
|
|
groups:
|
2021-03-24 00:26:05 +00:00
|
|
|
- kube_control_plane
|
2022-01-05 10:20:33 +00:00
|
|
|
- name: almalinux8
|
|
|
|
box: almalinux/8
|
2020-04-24 08:18:07 +00:00
|
|
|
cpus: 2
|
|
|
|
memory: 1024
|
|
|
|
groups:
|
2021-03-24 00:26:05 +00:00
|
|
|
- kube_control_plane
|
2020-04-28 12:28:06 +00:00
|
|
|
- name: fedora
|
2021-12-02 14:21:34 +00:00
|
|
|
box: fedora/35-cloud-base
|
2020-04-24 08:18:07 +00:00
|
|
|
cpus: 2
|
|
|
|
memory: 1024
|
|
|
|
groups:
|
2021-03-24 00:26:05 +00:00
|
|
|
- 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
|
2021-12-09 22:09:06 +00:00
|
|
|
timeout: 120
|
2020-04-22 13:09:52 +00:00
|
|
|
lint:
|
|
|
|
name: ansible-lint
|
|
|
|
options:
|
|
|
|
c: ../../../.ansible-lint
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|
|
|
|
lint:
|
|
|
|
name: flake8
|