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.34
  • Play
    Install nova control-plane 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": {},
    "enabled": "yes",
    "execreloads": "/bin/kill -HUP $MAINPID",
    "execstarts": "/usr/bin/nova-conductor",
    "group": "nova_conductor",
    "service_key": "nova-conductor",
    "service_name": "nova-conductor",
    "start_order": 2,
    "state": "started"
}



Result #2

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "config_overrides": {},
    "enabled": "yes",
    "execreloads": "/bin/kill -HUP $MAINPID",
    "execstarts": "/usr/bin/nova-scheduler",
    "group": "nova_scheduler",
    "service_key": "nova-scheduler",
    "service_name": "nova-scheduler",
    "start_order": 3,
    "state": "started"
}



Result #3

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "condition": true,
    "config_overrides": {},
    "enabled": "yes",
    "execstarts": "/usr/bin/nova-novncproxy ",
    "group": "nova_console",
    "service_key": "nova-novncproxy",
    "service_name": "nova-novncproxy",
    "start_order": 5,
    "state": "started"
}



Result #4

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "after_targets": [
        "libvirtd.service",
        "syslog.target",
        "network.target"
    ],
    "config_overrides": {},
    "enabled": "yes",
    "execreloads": "/bin/kill -HUP $MAINPID",
    "execstarts": "/usr/bin/nova-compute",
    "group": "nova_compute",
    "service_key": "nova-compute",
    "service_name": "nova-compute",
    "start_order": 6,
    "state": "started"
}