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
    OK
  • Duration
    00:00:00.02
  • Play
    Basic lxc host setup
  • Task
    lxc_hosts : Gather variables for each operating system
  • Host
    aio1

Field Value
ansible_facts
{
    "_lxc_hosts_distro_packages": [
        "dbus",
        "dnsmasq",
        "e2fsprogs",
        "git-core",
        "iptables",
        "libseccomp",
        "lxc",
        "lxc-devel",
        "lxc-libs",
        "lxc-templates",
        "policycoreutils-python-utils",
        "procps",
        "python3-lxc",
        "systemd-container",
        "tar",
        "unzip",
        "xz"
    ],
    "_lxc_hosts_epel_packages": [
        "lxc*",
        "python3-lxc"
    ],
    "lxc_centos_repo_keys": [
        {
            "key": "/etc/pki/rpm-gpg/{{ lxc_centos_epel_key | basename }}",
            "state": "present",
            "url": "{{ lxc_centos_epel_key }}"
        }
    ],
    "lxc_centos_repos": [
        {
            "baseurl": "{{ lxc_centos_epel_mirror ~ '/' ~ ansible_facts['distribution_major_version'] ~ '/Everything/' ~ ansible_facts['architecture'] }}",
            "description": "Extra Packages for Enterprise Linux {{ ansible_facts['distribution_major_version'] }} - $basearch",
            "enabled": true,
            "gpgcheck": true,
            "gpgkey": "file:///etc/pki/rpm-gpg/{{ lxc_centos_epel_key | basename }}",
            "includepkgs": "{{ lxc_hosts_epel_packages | join(' ') }}",
            "name": "epel-lxc_hosts",
            "state": "present"
        }
    ],
    "lxc_ssh_service_name": "sshd",
    "lxc_xz_bin": "xz",
    "system_config_dir": "/etc/sysconfig",
    "systemd_utils_prefix": "/lib/systemd"
}
ansible_included_var_files
[
    "/home/zuul/src/opendev.org/openstack/openstack-ansible-lxc_hosts/vars/redhat-host.yml"
]
changed
False