Convert CRI-O molecule to ansible verifier

This commit is contained in:
Max Gautier
2025-06-13 16:18:58 +02:00
parent 3f26203ed0
commit 68c4ee23cb
7 changed files with 57 additions and 39 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Test CRI-O cri
import_playbook: ../../../molecule/test_cri.yml
vars:
container_manager: crio
cri_socket: unix:///var/run/crio/crio.sock
cri_name: cri-o
- name: Test running a container with crun
import_playbook: ../../../molecule/test_runtime.yml
vars:
container_runtime: crun