Execution
Date 08 Dec 2025 13:40:18 +0000
Duration 00:10:06.79
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
15 Hosts
608 Tasks
2412 Results
18 Plays
158 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.45
  • Play
    Basic lxc host setup
  • Task
    lxc_hosts : Create base container to use for containers with dir
  • Host
    aio1

Field Value
attempts
1
changed
True
invocation
{
    "module_args": {
        "archive": false,
        "archive_compression": "gzip",
        "archive_path": null,
        "backing_store": "dir",
        "clone_name": null,
        "clone_snapshot": false,
        "config": null,
        "container_command": null,
        "container_config": null,
        "container_log": false,
        "container_log_level": "INFO",
        "directory": null,
        "fs_size": "5G",
        "fs_type": "ext4",
        "lv_name": "almalinux-10-amd64",
        "lxc_path": null,
        "name": "almalinux-10-amd64",
        "state": "stopped",
        "template": "download",
        "template_options": "--dist almalinux --release 10 --arch amd64 --force-cache --server localhost --variant default ",
        "thinpool": null,
        "vg_name": "lxc",
        "zfs_root": null
    }
}
lxc_container
{
    "init_pid": -1,
    "interfaces": [],
    "ips": [],
    "name": "almalinux-10-amd64",
    "state": "stopped"
}