results
|
Result #1
Field |
Value |
ansible_facts
|
{
"kubeinit_validations_libvirt_combined_disk_usage": {
"hypervisor-01": [
{
"disk": 25,
"id": "controller-01"
}
]
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"key": "controller-01",
"value": {
"disk": 25,
"id": "controller-01",
"target": "hypervisor-01"
}
}
|
Result #2
Field |
Value |
ansible_facts
|
{
"kubeinit_validations_libvirt_combined_disk_usage": {
"hypervisor-01": [
{
"disk": 30,
"id": "compute-01"
},
{
"disk": 25,
"id": "controller-01"
}
]
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"key": "compute-01",
"value": {
"disk": 30,
"id": "compute-01",
"target": "hypervisor-01"
}
}
|
Result #3
Field |
Value |
ansible_facts
|
{
"kubeinit_validations_libvirt_combined_disk_usage": {
"hypervisor-01": [
{
"disk": 20,
"id": "bootstrap"
},
{
"disk": 30,
"id": "compute-01"
},
{
"disk": 25,
"id": "controller-01"
}
]
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"key": "bootstrap",
"value": {
"disk": 20,
"id": "bootstrap",
"target": "hypervisor-01"
}
}
|
|