results
|
Result #1
Result #2
Field |
Value |
ansible_facts
|
{
"cluster_nodes_defaults": [
[
"controller-01",
{
"os": "centos"
}
],
[
"controller-01",
{
"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
|
{
"cluster_nodes_defaults": [
[
"controller-01",
{
"os": "centos"
}
],
[
"controller-01",
{
"maxvcpus": 16,
"vcpus": 8,
"when_type": "virtual"
}
],
[
"controller-01",
{
"disk": "25G",
"ram": 25165824,
"target_order": [
"hypervisor-01"
],
"when_group": "controller_nodes"
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"disk": "25G",
"ram": 25165824,
"target_order": [
"hypervisor-01"
],
"when_group": "controller_nodes"
}
|
Result #4
Field |
Value |
ansible_facts
|
{
"cluster_nodes_defaults": [
[
"controller-01",
{
"os": "centos"
}
],
[
"controller-01",
{
"maxvcpus": 16,
"vcpus": 8,
"when_type": "virtual"
}
],
[
"controller-01",
{
"disk": "25G",
"ram": 25165824,
"target_order": [
"hypervisor-01"
],
"when_group": "controller_nodes"
}
],
[
"controller-01",
{
"disk": "30G",
"ram": "16777216",
"target_order": [
"hypervisor-02",
"hypervisor-01"
],
"when_group": "compute_nodes"
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"disk": "30G",
"ram": "16777216",
"target_order": [
"hypervisor-02",
"hypervisor-01"
],
"when_group": "compute_nodes"
}
|
|