mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
chore: Add .vscode launch configs
Add vscode launch configs to debug the modules and the inventory plugin. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
11
.vscode/module_args/kubevirt_vm.json
vendored
Normal file
11
.vscode/module_args/kubevirt_vm.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ANSIBLE_MODULE_ARGS": {
|
||||
"name": "testvm",
|
||||
"namespace": "default",
|
||||
"spec": {
|
||||
"domain": {
|
||||
"devices": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
.vscode/module_args/kubevirt_vm_info.json
vendored
Normal file
6
.vscode/module_args/kubevirt_vm_info.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ANSIBLE_MODULE_ARGS": {
|
||||
"name": "testvm",
|
||||
"namespace": "default"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user