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
    OK
  • Duration
    00:00:00.27
  • Play
    Configure containers default software
  • Task
    openstack_hosts : Gather variables for each operating system

Field Value
ansible_facts
{
    "_openstack_ca_bundle_path": "/etc/ssl/certs/ca-certificates.crt",
    "_openstack_host_distro_packages": [
        "acl",
        "apt-utils",
        "python3-packaging"
    ],
    "_openstack_host_initramfs_command": "/usr/sbin/update-initramfs -u",
    "_openstack_host_metal_distro_packages": [
        "apparmor-utils",
        "apt-transport-https",
        "bridge-utils",
        "cgroup-lite",
        "curl",
        "dmeventd",
        "dstat",
        "ebtables",
        "htop",
        "iptables",
        "irqbalance",
        "libkmod2",
        "lvm2",
        "rsync",
        "sysstat",
        "time",
        "vlan",
        "wget"
    ],
    "_openstack_host_update_grub_command": "grub-mkconfig -o /boot/grub/grub.cfg",
    "_openstack_hosts_package_list": [
        {
            "name": "python3-debian",
            "state": "present"
        },
        {
            "name": "ca-certificates",
            "state": "latest"
        }
    ],
    "_openstack_hosts_package_manager_default_conf": "APT::Install-Recommends \"false\";\n",
    "_package_repos": [
        {
            "architectures": "{{ openstack_architecture_mapping.get(ansible_facts['architecture']) }}",
            "components": "main",
            "name": "uca",
            "signed_by": "{{ lookup('file', 'gpg/EC4926EA') }}",
            "state": "present",
            "suites": "{{\n  ansible_facts['distribution_release'] ~ '-updates/' ~\n    (ansible_facts['distribution_version'] is version('22.04', '>')) | ternary(openstack_distrib_code_name | lower, 'caracal')\n}}",
            "uris": "{{ apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }}"
        }
    ],
    "openstack_host_cron_template": "sysstat.cron.debian.j2",
    "openstack_host_kernel_modules": [
        {
            "name": "8021q"
        },
        {
            "name": "br_netfilter"
        },
        {
            "name": "dm_multipath"
        },
        {
            "name": "dm_snapshot"
        },
        {
            "name": "ebtables"
        },
        {
            "name": "ip6table_filter"
        },
        {
            "name": "ip6_tables"
        },
        {
            "name": "ip_tables"
        },
        {
            "name": "xt_MASQUERADE"
        },
        {
            "name": "ipt_REJECT"
        },
        {
            "name": "iptable_filter"
        },
        {
            "name": "iptable_mangle"
        },
        {
            "name": "iptable_nat"
        },
        {
            "name": "ip_vs"
        },
        {
            "name": "iscsi_tcp"
        },
        {
            "name": "nbd"
        },
        {
            "name": "nf_conntrack"
        },
        {
            "name": "nf_defrag_ipv4"
        },
        {
            "name": "nf_nat"
        },
        {
            "name": "vhost_net"
        },
        {
            "name": "x_tables"
        }
    ],
    "openstack_host_required_kernel": "5.4.0-0-generic",
    "openstack_host_sysstat_cron_file": "/etc/cron.d/sysstat",
    "openstack_host_sysstat_file": "/etc/default/sysstat"
}
ansible_included_var_files
[
    "/home/zuul/src/opendev.org/openstack/openstack-ansible-openstack_hosts/vars/ubuntu.yml"
]
changed
False