TASK: [debug var=eos_command_output] ******************************************
ok: [example.host] => {
"eos_command_output": {
"changed": false,
"invocation": {
"module_args": "",
"module_name": "eos_command"
},
"output": [
{
"command": "show interfaces status",
"response": {
"interfaceStatuses": {
"Ethernet1": {
"autoNegotiateActive": false,
"autoNegotigateActive": false,
"bandwidth": 10000000000,
"description": "example.description|span",
"duplex": "duplexFull",
"interfaceType": "10GBASE-SR",
"linkStatus": "connected",
"vlanInformation": {
"interfaceForwardingModel": "bridged",
"interfaceMode": "tap"
}
},
"Ethernet10": {
"autoNegotiateActive": false,
"autoNegotigateActive": false,
"bandwidth": 10000000000,
"description": "",
"duplex": "duplexFull",
"interfaceType": "Not Present",
"linkStatus": "errdisabled",
"vlanInformation": {
"interfaceForwardingModel": "bridged",
"interfaceMode": "bridged",
"vlanId": 1
}