Execution
Date 08 Dec 2025 13:57:07 +0000
Duration 00:24:46.17
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
12 Hosts
1505 Tasks
1497 Results
32 Plays
487 Files
0 Records

Task result details


Field Value
ansible_facts
{
    "_httpd_conf_file": "{{ httpd_conf_dir }}/conf/httpd.conf",
    "_httpd_default_sites": [
        "{{ httpd_vhost_enable_path }}/userdir.conf",
        "{{ httpd_vhost_enable_path }}/welcome.conf",
        "{{ httpd_vhost_enable_path }}/ssl.conf"
    ],
    "_httpd_distro_packages": [
        "git",
        "httpd",
        "{{ (_httpd_vhosts_with_ssl | length > 0) | ternary('mod_ssl', '') }}",
        "sudo"
    ],
    "_httpd_extra_conf_files": [
        {
            "dest": "{{ httpd_vhost_enable_path }}/ports.conf",
            "group": "root",
            "owner": "root",
            "src": "httpd_ports.conf.j2"
        },
        {
            "dest": "{{ httpd_conf_dir }}/conf.modules.d/mpm_{{ httpd_mpm_backend }}.conf",
            "group": "root",
            "owner": "root",
            "src": "httpd_mpm.conf.j2"
        }
    ],
    "_httpd_security_conf": "{{ httpd_conf_file }}",
    "_httpd_service_group_name": "apache",
    "_httpd_service_home_folder": "/usr/share/httpd",
    "_httpd_service_user_name": "apache",
    "_httpd_system_service_name": "httpd",
    "_httpd_vhost_enable_path": "{{ httpd_conf_dir }}/conf.d"
}
ansible_included_var_files
[
    "/home/zuul/src/opendev.org/openstack/ansible-role-httpd/vars/redhat.yml"
]
changed
False