Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.28
  • Play
    Install horizon server
  • Task
    httpd : Gather variables for each operating system
  • Host
    aio1

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