TASK [debug] *************************************************************************************************************************
ok: [labrtr2] => {
"var_ip_addr": {
"changed": false,
"msg": "All items completed",
"results": [
{
"_ansible_ignore_errors": null,
"_ansible_item_label": "gigabitEthernet0/0/0",
"_ansible_item_result": true,
"failed": false,
"invocation": {
"module_args": {
"auth_pass": null,
"commands": [
"show ip interface brief gigabitEthernet0/0/0"
],
"host": null,
"provider": {
"auth_pass": null,
},
}
},
"item": "gigabitEthernet0/0/0",
"stdout": [
"Interface IP-Address OK? Method Status Protocol\nGigabitEthernet0/0/0 42.151.182.42 YES DHCP up up"
],
"stdout_lines": [
[
"Interface IP-Address OK? Method Status Protocol",
"GigabitEthernet0/0/0 42.151.182.42 YES DHCP up up"
]
]
},
{
"_ansible_ignore_errors": null,
"_ansible_item_label": "Loopback 0",
"invocation": {
"module_args": {
"auth_pass": null,
"commands": [
"show ip interface brief Loopback 0"
],
"host": null,
"provider": {
"auth_pass": null,
},
}
},
"item": "Loopback 0",
"stdout": [
"Interface IP-Address OK? Method Status Protocol\nLoopback0 172.31.246.246 YES NVRAM up up"
],
"stdout_lines": [
[
"Interface IP-Address OK? Method Status Protocol",
"Loopback0 172.31.246.246 YES NVRAM up up"
]
]
}
]
}
}