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.017025
end
2024-09-11 15:13:12.243551
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:12.226526
stderr

stderr_lines
[]
stdout
● mariadb.service - MariaDB 10.6.18 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 06:42:56 BST; 3 weeks 0 days ago
     Docs: man:mariadbd(8)
           https://mariadb.com/kb/en/library/systemd/
 Main PID: 2624957 (mariadbd)
   Status: "Taking your SQL requests now..."
    Tasks: 22 (limit: 13783)
   Memory: 177.9M
   CGroup: /system.slice/mariadb.service
           └─2624957 /usr/sbin/mariadbd

Sep 11 14:26:39 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:26:39 961234 [Warning] Aborted connection 961234 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:31:41 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:31:41 961336 [Warning] Aborted connection 961336 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:36:44 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:36:44 961446 [Warning] Aborted connection 961446 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:41:46 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:41:46 961572 [Warning] Aborted connection 961572 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:46:48 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:46:48 961693 [Warning] Aborted connection 961693 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:51:50 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:51:50 961804 [Warning] Aborted connection 961804 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 14:56:52 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:56:52 961890 [Warning] Aborted connection 961890 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 15:01:54 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 15:01:54 961986 [Warning] Aborted connection 961986 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 15:06:56 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 15:06:56 962078 [Warning] Aborted connection 962078 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Sep 11 15:11:58 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 15:11:58 962163 [Warning] Aborted connection 962163 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
stdout_lines
[
    "\u25cf mariadb.service - MariaDB 10.6.18 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 06:42:56 BST; 3 weeks 0 days ago",
    "     Docs: man:mariadbd(8)",
    "           https://mariadb.com/kb/en/library/systemd/",
    " Main PID: 2624957 (mariadbd)",
    "   Status: \"Taking your SQL requests now...\"",
    "    Tasks: 22 (limit: 13783)",
    "   Memory: 177.9M",
    "   CGroup: /system.slice/mariadb.service",
    "           \u2514\u25002624957 /usr/sbin/mariadbd",
    "",
    "Sep 11 14:26:39 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:26:39 961234 [Warning] Aborted connection 961234 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:31:41 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:31:41 961336 [Warning] Aborted connection 961336 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:36:44 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:36:44 961446 [Warning] Aborted connection 961446 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:41:46 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:41:46 961572 [Warning] Aborted connection 961572 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:46:48 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:46:48 961693 [Warning] Aborted connection 961693 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:51:50 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:51:50 961804 [Warning] Aborted connection 961804 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 14:56:52 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 14:56:52 961890 [Warning] Aborted connection 961890 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 15:01:54 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 15:01:54 961986 [Warning] Aborted connection 961986 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 15:06:56 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 15:06:56 962078 [Warning] Aborted connection 962078 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)",
    "Sep 11 15:11:58 ideal-mountain.man-1.vm.plesk-server.com mariadbd[2624957]: 2024-09-11 15:11:58 962163 [Warning] Aborted connection 962163 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)"
]