Execution
Date 22 Jul 2025 13:07:04 +0100
Duration 00:00:05.41
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
2 Hosts
16 Tasks
16 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.49
  • Play
    Gather all physical interfaces and write to single local file
  • Task
    Get MAC address
  • Host
    kvm016

Field Value
changed
False
cmd
[
    "cat",
    "/sys/class/net/br-ext/address"
]
delta
0:00:00.006965
end
2025-07-22 12:07:09.111867
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 12:07:09.104902
stderr

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