Execution
Date 22 Jul 2025 13:10:43 +0100
Duration 00:00:05.81
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.53
  • Play
    Gather physical interface MACs and write to single local file using lineinfile
  • Task
    Get active nmcli connections (TYPE:DEVICE)
  • Host
    kvm016

Field Value
changed
False
cmd
[
    "nmcli",
    "-t",
    "-f",
    "TYPE,DEVICE",
    "connection",
    "show",
    "--active"
]
delta
0:00:00.082152
end
2025-07-22 12:10:45.407859
invocation
{
    "module_args": {
        "_raw_params": "nmcli -t -f TYPE,DEVICE connection show --active",
        "_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:10:45.325707
stderr

stderr_lines
[]
stdout
ovs-interface:br-ext
802-3-ethernet:enp24s0
ovs-interface:br-int
ovs-interface:br-routed
ovs-interface:br-tun
ovs-bridge:br-ext
ovs-bridge:br-int
ovs-bridge:br-routed
ovs-bridge:br-tun
802-3-ethernet:eno1
ovs-interface:patch-br-ext
ovs-interface:patch-br-int
ovs-port:br-ext
ovs-port:br-int
ovs-port:br-routed
ovs-port:br-tun
ovs-port:eno1
ovs-port:patch-br-ext
ovs-port:patch-br-int
loopback:lo
stdout_lines
[
    "ovs-interface:br-ext",
    "802-3-ethernet:enp24s0",
    "ovs-interface:br-int",
    "ovs-interface:br-routed",
    "ovs-interface:br-tun",
    "ovs-bridge:br-ext",
    "ovs-bridge:br-int",
    "ovs-bridge:br-routed",
    "ovs-bridge:br-tun",
    "802-3-ethernet:eno1",
    "ovs-interface:patch-br-ext",
    "ovs-interface:patch-br-int",
    "ovs-port:br-ext",
    "ovs-port:br-int",
    "ovs-port:br-routed",
    "ovs-port:br-tun",
    "ovs-port:eno1",
    "ovs-port:patch-br-ext",
    "ovs-port:patch-br-int",
    "loopback:lo"
]