Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
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
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.12
  • Play
    Install cinder services
  • Task
    systemd_service : Including systemd_load tasks
  • Host
    aio1

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
{
    "config_overrides": {
        "Service": {
            "Environment": "PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        }
    },
    "enabled": true,
    "execreloads": "/bin/kill -HUP $MAINPID",
    "execstarts": "/usr/bin/cinder-scheduler",
    "group": "cinder_scheduler",
    "service_key": "cinder-scheduler",
    "service_name": "cinder-scheduler",
    "start_order": 1,
    "state": "started"
}



Result #2

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "config_overrides": {
        "Service": {
            "Environment": "PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        }
    },
    "enabled": true,
    "environment": {
        "MALLOC_ARENA_MAX": 1,
        "MALLOC_MMAP_THRESHOLD_": 131072,
        "MALLOC_TRIM_THRESHOLD_": 262144
    },
    "execreloads": "/bin/kill -HUP $MAINPID",
    "execstarts": "/usr/bin/cinder-volume",
    "group": "cinder_volume",
    "service_key": "cinder-volume",
    "service_name": "cinder-volume",
    "start_order": 2,
    "state": "started"
}