Execution
Date 15 Dec 2025 09:38:00 +0000
Duration 00:17:22.68
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
18 Hosts
603 Tasks
2798 Results
18 Plays
138 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:14.08
  • 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": "ubuntu-24-amd64",
        "lxc_path": null,
        "name": "ubuntu-24-amd64",
        "state": "stopped",
        "template": "download",
        "template_options": "--dist ubuntu --release 24 --arch amd64 --force-cache --server localhost --variant default ",
        "thinpool": null,
        "vg_name": "lxc",
        "zfs_root": null
    }
}
lxc_container
{
    "init_pid": -1,
    "interfaces": [],
    "ips": [],
    "name": "ubuntu-24-amd64",
    "state": "stopped"
}