Execution
Date 22 Jul 2025 12:59:54 +0100
Duration 00:00:05.65
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
1 Hosts
10 Tasks
10 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.47
  • Play
    Gather main physical interface and MAC address
  • Task
    Get MAC address using /sys/class/net/
  • Host
    kvm016

Field Value
changed
False
cmd
[
    "cat",
    "/sys/class/net/br-ext/address"
]
delta
0:00:00.005547
end
2025-07-22 11:59:57.490848
invocation
{
    "module_args": {
        "_raw_params": "cat /sys/class/net/br-ext/address",
        "_uses_shell": false,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-07-22 11:59:57.485301
stderr

stderr_lines
[]
stdout
a4:bf:01:69:38:b7
stdout_lines
[
    "a4:bf:01:69:38:b7"
]