results
|
Result #1
Field |
Value |
add_host
|
{
"groups": [
"controller_nodes",
"cluster_nodes"
],
"host_name": "controller-01",
"host_vars": {
"ansible_connection": "ssh",
"ansible_host": "10.0.0.1",
"group": [
"controller_nodes",
"cluster_nodes"
],
"type": "virtual"
}
}
|
ansible_loop
|
{
"allitems": [
0,
1,
2
],
"first": true,
"index": 1,
"index0": 0,
"last": false,
"length": 3,
"nextitem": 1,
"revindex": 3,
"revindex0": 2
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
|
Result #2
Field |
Value |
add_host
|
{
"groups": [
"controller_nodes",
"cluster_nodes"
],
"host_name": "controller-02",
"host_vars": {
"ansible_connection": "ssh",
"ansible_host": "10.0.0.2",
"group": [
"controller_nodes",
"cluster_nodes"
],
"type": "virtual"
}
}
|
ansible_loop
|
{
"allitems": [
0,
1,
2
],
"first": false,
"index": 2,
"index0": 1,
"last": false,
"length": 3,
"nextitem": 2,
"previtem": 0,
"revindex": 2,
"revindex0": 1
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
|
Result #3
Field |
Value |
add_host
|
{
"groups": [
"controller_nodes",
"cluster_nodes"
],
"host_name": "controller-03",
"host_vars": {
"ansible_connection": "ssh",
"ansible_host": "10.0.0.3",
"group": [
"controller_nodes",
"cluster_nodes"
],
"type": "virtual"
}
}
|
ansible_loop
|
{
"allitems": [
0,
1,
2
],
"first": false,
"index": 3,
"index0": 2,
"last": true,
"length": 3,
"previtem": 1,
"revindex": 1,
"revindex0": 0
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
|
|