Execution
Date 14 Dec 2025 10:15:01 +0000
Duration 00:06:33.21
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
7 Hosts
567 Tasks
554 Results
37 Plays
221 Files
0 Records

Task result details


Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "service_name": "mariadb",
    "systemd_overrides": {
        "Service": {
            "BlockIOAccounting": true,
            "CPUAccounting": true,
            "LimitNOFILE": 164679,
            "MemoryAccounting": false,
            "OOMScoreAdjust": "-1000",
            "PrivateDevices": "false",
            "Restart": "on-abort",
            "RestartSec": "5s",
            "Slice": "galera.slice",
            "TasksAccounting": true,
            "TimeoutStartSec": 1800
        }
    },
    "systemd_overrides_only": true
}



Result #2

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "after_targets": [],
    "enabled": false,
    "execstarts": "-/usr/local/bin/clustercheck",
    "load": false,
    "service_name": "mariadbcheck@",
    "service_type": "oneshot",
    "sockets": [
        {
            "enabled": true,
            "options": {
                "Accept": "yes",
                "FreeBind": "true",
                "IPAddressAllow": "0.0.0.0/0",
                "IPAddressDeny": "any",
                "ListenStream": "172.29.239.222:9200"
            },
            "socket_name": "mariadbcheck"
        }
    ],
    "standard_output": "socket"
}