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.59
  • Play
    Ensuring haproxy runs
  • Task
    Check if host can connect to external keepalived ping IP
  • Host
    aio1

Field Value
changed
False
cmd
[
    "ping",
    "-c",
    "2",
    "23.253.164.1"
]
delta
0:00:01.010229
end
2025-12-15 10:17:05.344691
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:04.334462
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=1.55 ms
64 bytes from 23.253.164.1: icmp_seq=2 ttl=255 time=0.722 ms

--- 23.253.164.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 0.722/1.136/1.551/0.414 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=1.55 ms",
    "64 bytes from 23.253.164.1: icmp_seq=2 ttl=255 time=0.722 ms",
    "",
    "--- 23.253.164.1 ping statistics ---",
    "2 packets transmitted, 2 received, 0% packet loss, time 1002ms",
    "rtt min/avg/max/mdev = 0.722/1.136/1.551/0.414 ms"
]