results
|
Result #1
Result #2
Field |
Value |
add_host
|
{
"groups": [],
"host_name": "bootstrap",
"host_vars": {
"maxvcpus": "16",
"vcpus": "8"
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
[
"bootstrap",
{
"maxvcpus": 16,
"vcpus": 8,
"when_type": "virtual"
}
]
|
Result #3
Field |
Value |
add_host
|
{
"groups": [],
"host_name": "bootstrap",
"host_vars": {
"disk": "20G",
"ram": "16777216",
"target_order": [
"hypervisor-02",
"hypervisor-01"
]
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
[
"bootstrap",
{
"disk": "20G",
"ram": 16777216,
"target_order": [
"hypervisor-02",
"hypervisor-01"
]
}
]
|
Result #4
|