Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

Task result details


Field Value
ansible_facts
{
    "_httpd_conf_file": "{{ httpd_conf_dir }}/apache2.conf",
    "_httpd_default_modules": [
        {
            "name": "ssl",
            "state": "present"
        },
        {
            "name": "rewrite",
            "state": "present"
        },
        {
            "name": "headers",
            "state": "present"
        },
        {
            "name": "deflate",
            "state": "present"
        }
    ],
    "_httpd_default_sites": [
        "{{ httpd_vhost_enable_path }}/000-default.conf",
        "{{ httpd_conf_dir }}/conf-enabled/other-vhosts-access-log.conf"
    ],
    "_httpd_distro_packages": [
        "git",
        "apache2",
        "sudo"
    ],
    "_httpd_extra_conf_files": [
        {
            "dest": "{{ httpd_conf_dir }}/ports.conf",
            "group": "root",
            "owner": "root",
            "src": "httpd_ports.conf.j2"
        },
        {
            "dest": "{{ httpd_conf_dir }}/mods-available/mpm_{{ httpd_mpm_backend }}.conf",
            "group": "root",
            "owner": "root",
            "src": "httpd_mpm.conf.j2"
        }
    ],
    "_httpd_mpms": [
        {
            "name": "mpm_event",
            "state": "{{ (httpd_mpm_backend == 'event') | ternary('present', 'absent') }}"
        },
        {
            "name": "mpm_worker",
            "state": "{{ (httpd_mpm_backend == 'worker') | ternary('present', 'absent') }}"
        },
        {
            "name": "mpm_prefork",
            "state": "{{ (httpd_mpm_backend == 'prefork') | ternary('present', 'absent') }}"
        }
    ],
    "_httpd_security_conf": "{{ httpd_conf_dir }}/conf-available/security.conf",
    "_httpd_service_group_name": "www-data",
    "_httpd_service_home_folder": "/var/www",
    "_httpd_service_home_folder_mode": "0750",
    "_httpd_service_user_name": "www-data",
    "_httpd_system_service_name": "apache2",
    "_httpd_vhost_enable_path": "{{ httpd_conf_dir }}/sites-enabled"
}
ansible_included_var_files
[
    "/home/zuul/src/opendev.org/openstack/ansible-role-httpd/vars/debian.yml"
]
changed
False