Execution
Date 15 Dec 2025 10:16:58 +0000
Duration 00:02:05.54
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
17 Hosts
64 Tasks
194 Results
13 Plays
46 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.47
  • Play
    Ensuring haproxy runs
  • Task
    Check if host can connect to internal keepalived ping IP
  • Host
    aio1

Field Value
changed
False
cmd
[
    "ping",
    "-c",
    "2",
    "23.253.164.1"
]
delta
0:00:01.035918
end
2025-12-15 10:17:06.983849
invocation
{
    "module_args": {
        "_raw_params": "ping -c 2 23.253.164.1",
        "_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-12-15 10:17:05.947931
stderr

stderr_lines
[]
stdout
PING 23.253.164.1 (23.253.164.1) 56(84) bytes of data.
64 bytes from 23.253.164.1: icmp_seq=1 ttl=255 time=0.784 ms
64 bytes from 23.253.164.1: icmp_seq=2 ttl=255 time=0.695 ms

--- 23.253.164.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1029ms
rtt min/avg/max/mdev = 0.695/0.739/0.784/0.044 ms
stdout_lines
[
    "PING 23.253.164.1 (23.253.164.1) 56(84) bytes of data.",
    "64 bytes from 23.253.164.1: icmp_seq=1 ttl=255 time=0.784 ms",
    "64 bytes from 23.253.164.1: icmp_seq=2 ttl=255 time=0.695 ms",
    "",
    "--- 23.253.164.1 ping statistics ---",
    "2 packets transmitted, 2 received, 0% packet loss, time 1029ms",
    "rtt min/avg/max/mdev = 0.695/0.739/0.784/0.044 ms"
]