Execution
Date 13 May 2024 11:01:58 +0100
Duration 00:03:09.93
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.2.dev2
Python 3.10.10
Summary
479 Hosts
3 Tasks
950 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
[
    "ip",
    "-6",
    "addr",
    "show",
    "scope",
    "global"
]
delta
0:00:00.002891
end
2024-05-13 11:02:26.184234
invocation
{
    "module_args": {
        "_raw_params": "ip -6 addr show scope global",
        "_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
2024-05-13 11:02:26.181343
stderr

stderr_lines
[]
stdout
2: venet0: <BROADCAST,POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1500 state UNKNOWN 
    inet6 2a0d:da00:1:c00f:1::/64 scope global 
       valid_lft forever preferred_lft forever
stdout_lines
[
    "2: venet0: <BROADCAST,POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1500 state UNKNOWN ",
    "    inet6 2a0d:da00:1:c00f:1::/64 scope global ",
    "       valid_lft forever preferred_lft forever"
]