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.32
  • Play
    Install neutron 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",
    "execstarts": "/usr/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ",
    "group": "neutron_server",
    "service_en": true,
    "service_key": "neutron-rpc-server",
    "service_name": "neutron-rpc-server",
    "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",
    "execstarts": "/usr/bin/neutron-periodic-workers --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ",
    "group": "neutron_server",
    "service_en": true,
    "service_key": "neutron-periodic-workers",
    "service_name": "neutron-periodic-workers",
    "start_order": 2,
    "state": "started"
}



Result #3

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "config_overrides": {},
    "enabled": "yes",
    "execstarts": "/usr/bin/neutron-ovn-maintenance-worker --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini",
    "group": "neutron_server",
    "service_en": true,
    "service_key": "neutron-ovn-maintenance-worker",
    "service_name": "neutron-ovn-maintenance-worker",
    "start_order": 2,
    "state": "started"
}



Result #4

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "config_overrides": {},
    "config_type": "ini",
    "enabled": "yes",
    "execstarts": "/usr/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_ovn_metadata_agent.ini",
    "group": "neutron_ovn_controller",
    "service_conf": "neutron_ovn_metadata_agent.ini",
    "service_conf_path": "/etc/neutron",
    "service_en": true,
    "service_key": "neutron-ovn-metadata-agent",
    "service_name": "neutron-ovn-metadata-agent",
    "service_rootwrap": "rootwrap.d/ovn-plugin.filters",
    "start_order": 3,
    "state": "started",
    "systemd_lock_dir": "/run/lock/neutron-ovn-metadata"
}