results
|
Result #1
Field |
Value |
ansible_facts
|
{
"kubeinit_validations_libvirt_combined_cores_usage": {
"hypervisor-01": [
{
"id": "controller-01",
"vcpus": 8
}
]
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"key": "controller-01",
"value": {
"id": "controller-01",
"target": "hypervisor-01",
"vcpus": 8
}
}
|
Result #2
Field |
Value |
ansible_facts
|
{
"kubeinit_validations_libvirt_combined_cores_usage": {
"hypervisor-01": [
{
"id": "compute-01",
"vcpus": 8
},
{
"id": "controller-01",
"vcpus": 8
}
]
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"key": "compute-01",
"value": {
"id": "compute-01",
"target": "hypervisor-01",
"vcpus": 8
}
}
|
|