Execution
Date 14 Dec 2025 10:04:43 +0000
Duration 00:10:10.66
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
15 Hosts
603 Tasks
2357 Results
18 Plays
157 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.03
  • Play
    Basic lxc host setup
  • Task
    lxc_hosts : Gather container variables
  • Host
    aio1

Field Value
ansible_facts
{
    "_lxc_cache_distro_libpython": {
        "bookworm": "libpython3.11",
        "bullseye": "libpython3.9",
        "jammy": "libpython3.10",
        "noble": "libpython3.12",
        "trixie": "libpython3.13"
    },
    "_lxc_cache_distro_packages": [
        "ca-certificates",
        "dbus",
        "git",
        "iputils-ping",
        "iproute2",
        "libxml2",
        "locales",
        "netbase",
        "procps",
        "python3",
        "{{ _lxc_cache_distro_libpython[ansible_facts['distribution_release'] | lower] }}",
        "sudo",
        "systemd",
        "systemd-sysv",
        "{{ _lxc_cache_need_systemd_resolved | ternary('systemd-resolved', '') }}",
        "udev",
        "tzdata"
    ],
    "_lxc_cache_need_systemd_resolved": "{{\n  ansible_facts['distribution'] == 'Debian' or\n  (ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_major_version'] is ansible.builtin.version('24', 'ge'))\n}}",
    "_lxc_cache_prep_template": "prep-scripts/debian_prep.sh.j2",
    "_lxc_copy_from_host": [
        "/etc/apt/sources.list",
        "/etc/apt/sources.list.d/",
        "/etc/apt/apt.conf.d/",
        "/etc/apt/trusted.gpg.d/",
        "/etc/apt/trusted.gpg",
        "/etc/apt/preferences.d/",
        "/etc/apt/mirrors/",
        "/etc/environment",
        "/etc/localtime",
        "/etc/protocols"
    ],
    "_lxc_hosts_container_build_command": "debootstrap --variant minbase --include ca-certificates {{ (lxc_apt_mirror_gpg_check | bool) | ternary('--force-check-gpg', '--no-check-gpg') }} {{ (lxc_apt_mirror_gpg_file | length > 0) | ternary('--keyring=' ~ lxc_apt_mirror_gpg_file, '') }} {{ ansible_facts['distribution_release'] }} /var/lib/machines/{{ lxc_container_base_name }} {{ lxc_apt_mirror }}"
}
ansible_included_var_files
[
    "/home/zuul/src/opendev.org/openstack/openstack-ansible-lxc_hosts/vars/debian.yml"
]
changed
False