Execution
Date 08 Dec 2025 13:57:07 +0000
Duration 00:24:46.17
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
12 Hosts
1505 Tasks
1497 Results
32 Plays
487 Files
0 Records

Task result details


Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
attempts
1
changed
True
failed
False
invocation
{
    "module_args": {
        "api_timeout": null,
        "auth": null,
        "auth_type": null,
        "ca_cert": null,
        "client_cert": null,
        "client_key": null,
        "description": "Cinder Volume Service",
        "endpoint_type": "admin",
        "interface": "admin",
        "is_enabled": null,
        "name": "cinder",
        "region_name": null,
        "sdk_log_level": "INFO",
        "sdk_log_path": null,
        "service_type": "block-storage",
        "state": "present",
        "timeout": 180,
        "type": "block-storage",
        "validate_certs": true,
        "wait": true
    }
}
item
{
    "description": "Cinder Volume Service",
    "name": "cinder",
    "state": "present",
    "type": "block-storage"
}
service
{
    "description": "Cinder Volume Service",
    "id": "7fab714b09ee4331aefdeb5cc3dd5373",
    "is_enabled": true,
    "links": {
        "self": "http://172.29.236.101:5000/v3/services/7fab714b09ee4331aefdeb5cc3dd5373"
    },
    "name": "cinder",
    "type": "block-storage"
}



Result #2

Field Value
ansible_loop_var
item
attempts
1
changed
False
failed
False
invocation
{
    "module_args": {
        "api_timeout": null,
        "auth": null,
        "auth_type": null,
        "ca_cert": null,
        "client_cert": null,
        "client_key": null,
        "description": "Cinder Volume Service V3",
        "endpoint_type": "admin",
        "interface": "admin",
        "is_enabled": null,
        "name": "cinderv3",
        "region_name": null,
        "sdk_log_level": "INFO",
        "sdk_log_path": null,
        "service_type": "volumev3",
        "state": "absent",
        "timeout": 180,
        "type": "volumev3",
        "validate_certs": true,
        "wait": true
    }
}
item
{
    "description": "Cinder Volume Service V3",
    "name": "cinderv3",
    "state": "absent",
    "type": "volumev3"
}