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.06
  • Play
    Finalize nova setup
  • 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
{
    "enabled": false,
    "environment": {
        "UMASK": "0640",
        "UMASK_DIR": "0750"
    },
    "execstarts": [
        "/bin/sh -c \"/usr/bin/nova-manage db archive_deleted_rows --until-complete --all-cells --before \\\"$(date -d '6 month ago' +'%%Y-%%m-%%d %%H:%%M')\\\"  \""
    ],
    "program_sandboxing": {
        "RuntimeDirectory": "nova-archive-deleted"
    },
    "service_name": "nova-archive-deleted",
    "timer": {
        "enabled": false,
        "options": {
            "OnCalendar": "*-*-* 00:00:00",
            "Persistent": true,
            "RandomizedDelaySec": 0,
            "Unit": "nova-archive-deleted.service"
        },
        "state": "stopped"
    }
}



Result #2

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "enabled": false,
    "environment": {
        "UMASK": "0640",
        "UMASK_DIR": "0750"
    },
    "execstarts": [
        "/bin/sh -c \"/usr/bin/nova-manage db purge --all-cells --before \\\"$(date -d '24 month ago' +'%%Y-%%m-%%d %%H:%%M')\\\"\""
    ],
    "program_sandboxing": {
        "RuntimeDirectory": "nova-purge-deleted"
    },
    "service_name": "nova-purge-deleted",
    "timer": {
        "enabled": false,
        "options": {
            "OnCalendar": "*-*-* 01:00:00",
            "Persistent": true,
            "RandomizedDelaySec": 0,
            "Unit": "nova-purge-deleted.service"
        },
        "state": "stopped"
    }
}