results
|
Result #1
Result #2
Field |
Value |
ansible_facts
|
{
"extra_nodes_config": [
[
"bootstrap",
{
"os": "coreos"
}
],
[
"bootstrap",
{
"maxvcpus": 16,
"vcpus": 8,
"when_type": "virtual"
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"maxvcpus": 16,
"vcpus": 8,
"when_type": "virtual"
}
|
Result #3
Field |
Value |
ansible_facts
|
{
"extra_nodes_config": [
[
"bootstrap",
{
"os": "coreos"
}
],
[
"bootstrap",
{
"maxvcpus": 16,
"vcpus": 8,
"when_type": "virtual"
}
],
[
"bootstrap",
{
"disk": "20G",
"ram": 16777216,
"target_order": [
"hypervisor-02",
"hypervisor-01"
]
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"disk": "20G",
"ram": 16777216,
"target_order": [
"hypervisor-02",
"hypervisor-01"
]
}
|
Result #4
Result #5
Field |
Value |
ansible_facts
|
{
"extra_nodes_config": [
[
"bootstrap",
{
"os": "coreos"
}
],
[
"bootstrap",
{
"maxvcpus": 16,
"vcpus": 8,
"when_type": "virtual"
}
],
[
"bootstrap",
{
"disk": "20G",
"ram": 16777216,
"target_order": [
"hypervisor-02",
"hypervisor-01"
]
}
],
[
"bootstrap",
{
"name": "bootstrap",
"when_distro": [
"ocp",
"okd"
]
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"name": "bootstrap",
"when_distro": [
"ocp",
"okd"
]
}
|
|