mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 17:37:39 -02:30
Convert CRI-O molecule to ansible verifier
This commit is contained in:
10
roles/container-engine/molecule/templates/container.json.j2
Normal file
10
roles/container-engine/molecule/templates/container.json.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "{{ container_runtime }}1"
|
||||
},
|
||||
"image": {
|
||||
"image": "quay.io/kubespray/hello-world:latest"
|
||||
},
|
||||
"log_path": "{{ container_runtime }}1.0.log",
|
||||
"linux": {}
|
||||
}
|
||||
Reference in New Issue
Block a user