Execution
Date 08 Dec 2025 13:33:24 +0000
Duration 00:06:14.05
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
374 Tasks
364 Results
37 Plays
208 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.43
  • Play
    Install galera server
  • Task
    galera_server : Check if node is in the cluster
  • Host
    aio1

Field Value
changed
False
cmd
[
    "mariadb",
    "--silent",
    "--skip-column-names",
    "--connect-timeout=10",
    "-e",
    "SHOW STATUS LIKE \"wsrep_incoming_addresses\";"
]
delta
0:00:00.011121
end
2025-12-08 13:36:35.806534
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "mariadb --silent --skip-column-names --connect-timeout=10 -e 'SHOW STATUS LIKE \"wsrep_incoming_addresses\";'\n",
        "_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
non-zero return code
rc
1
start
2025-12-08 13:36:35.795413
stderr
ERROR 2002 (HY000): Can't connect to local server through socket '/var/run/mysqld/mysqld.sock' (2)
stderr_lines
[
    "ERROR 2002 (HY000): Can't connect to local server through socket '/var/run/mysqld/mysqld.sock' (2)"
]
stdout

stdout_lines
[]