Execution
Date 11 Sep 2024 15:12:23 +0100
Duration 00:01:01.73
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
138 Hosts
3 Tasks
414 Results
1 Plays
6 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
systemctl status mariadb.service
delta
0:00:00.023828
end
2024-09-11 15:13:09.665424
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nsystemctl status mariadb.service\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-09-11 15:13:09.641596
stderr

stderr_lines
[]
stdout
● mariadb.service - MariaDB 10.6.17 database server
   Loaded: loaded (/usr/lib/systemd/system/./mariadb.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/mariadb.service.d
           └─override.conf
   Active: active (running) since Wed 2024-08-21 07:26:17 BST; 3 weeks 0 days ago
     Docs: man:mariadbd(8)
           https://mariadb.com/kb/en/library/systemd/
 Main PID: 4186664 (mariadbd)
   Status: "Taking your SQL requests now..."
    Tasks: 22 (limit: 28639)
   Memory: 436.8M
   CGroup: /system.slice/mariadb.service
           └─4186664 /usr/sbin/mariadbd

Sep 11 14:22:49 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:22:49 507908 [Warning] Aborted connection 507908 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:27:51 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:27:51 508019 [Warning] Aborted connection 508019 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:32:53 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:32:53 508103 [Warning] Aborted connection 508103 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:37:55 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:37:55 508263 [Warning] Aborted connection 508263 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:42:57 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:42:57 508394 [Warning] Aborted connection 508394 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:47:59 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:47:59 508497 [Warning] Aborted connection 508497 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:53:02 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:53:02 508628 [Warning] Aborted connection 508628 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:58:04 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:58:04 508719 [Warning] Aborted connection 508719 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 15:03:06 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 15:03:06 508860 [Warning] Aborted connection 508860 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 15:08:08 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 15:08:08 508973 [Warning] Aborted connection 508973 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
stdout_lines
[
    "\u25cf mariadb.service - MariaDB 10.6.17 database server",
    "   Loaded: loaded (/usr/lib/systemd/system/./mariadb.service; enabled; vendor preset: disabled)",
    "  Drop-In: /etc/systemd/system/mariadb.service.d",
    "           \u2514\u2500override.conf",
    "   Active: active (running) since Wed 2024-08-21 07:26:17 BST; 3 weeks 0 days ago",
    "     Docs: man:mariadbd(8)",
    "           https://mariadb.com/kb/en/library/systemd/",
    " Main PID: 4186664 (mariadbd)",
    "   Status: \"Taking your SQL requests now...\"",
    "    Tasks: 22 (limit: 28639)",
    "   Memory: 436.8M",
    "   CGroup: /system.slice/mariadb.service",
    "           \u2514\u25004186664 /usr/sbin/mariadbd",
    "",
    "Sep 11 14:22:49 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:22:49 507908 [Warning] Aborted connection 507908 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:27:51 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:27:51 508019 [Warning] Aborted connection 508019 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:32:53 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:32:53 508103 [Warning] Aborted connection 508103 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:37:55 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:37:55 508263 [Warning] Aborted connection 508263 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:42:57 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:42:57 508394 [Warning] Aborted connection 508394 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:47:59 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:47:59 508497 [Warning] Aborted connection 508497 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:53:02 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:53:02 508628 [Warning] Aborted connection 508628 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:58:04 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 14:58:04 508719 [Warning] Aborted connection 508719 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 15:03:06 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 15:03:06 508860 [Warning] Aborted connection 508860 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 15:08:08 sharp-bee.man-1.vm.plesk-server.com mariadbd[4186664]: 2024-09-11 15:08:08 508973 [Warning] Aborted connection 508973 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)"
]